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