From 522caf1bd3e900b5db58f4b3f8c32a78a7e9a283 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 8 May 2022 11:49:23 +0200 Subject: [PATCH] reposinit script update --- reposinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reposinit b/reposinit index 5f05294..ba063e0 100755 --- a/reposinit +++ b/reposinit @@ -2,4 +2,4 @@ # mkvenv -sudo rm /usr/local/bin/pyzo && ln -s `pwd`/venv/bin/pyzo /usr/local/bin +sudo rm -f /usr/local/bin/pyzo && ln -s `pwd`/venv/bin/pyzo /usr/local/bin