From ccfe5793f01c07153e168ec366165f99413b129c 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 6c277de..d9d3a35 100755 --- a/reposinit +++ b/reposinit @@ -17,4 +17,4 @@ for path in `find pylibs/ -maxdepth 1 -type d`; do fi done -sudo rm -f /usr/local/bin/ptpython && ln -s `pwd`/venv/bin/ptpython /usr/local/bin +sudo rm -f /usr/local/bin/ptpython && sudo ln -s `pwd`/venv/bin/ptpython /usr/local/bin