don't redownload python
This commit is contained in:
@@ -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" " ");
|
||||
|
||||
Reference in New Issue
Block a user