don't redownload python

This commit is contained in:
ducoterra
2019-04-16 21:21:32 -04:00
parent f0333c9b27
commit e8d23701e0
3 changed files with 40 additions and 35 deletions

View File

@@ -12,7 +12,6 @@ echo "Disabling nginx"
systemctl stop nginx 1> /dev/null 2> /dev/null
systemctl disable nginx 1> /dev/null 2> /dev/null
# remove python
echo "Uninstalling Python"
for dir in $(whereis python3 | tr " " "\n" | grep usr/local/bin | tr "\n" " ");