reposinit script update

This commit is contained in:
Dirk Alders 2022-05-08 11:51:29 +02:00
parent c631085be5
commit ccfe5793f0

View File

@ -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