reposinit script update

This commit is contained in:
Dirk Alders 2022-05-08 11:49:23 +02:00
parent ae6a22f30d
commit c631085be5

View File

@ -17,4 +17,4 @@ for path in `find pylibs/ -maxdepth 1 -type d`; do
fi fi
done done
sudo rm /usr/local/bin/ptpython && ln -s `pwd`/venv/bin/ptpython /usr/local/bin sudo rm -f /usr/local/bin/ptpython && ln -s `pwd`/venv/bin/ptpython /usr/local/bin