Update 'scripts/pmauninstall.sh'

This commit is contained in:
2022-10-19 10:02:16 -07:00
parent 8e6a4cb0db
commit 6f18052787

View File

@ -21,7 +21,7 @@ if [ "$go" == 'no' ]; then
exit exit
fi fi
sudo systemctl stop apache2 && sudo systemctl disable apache2 sudo systemctl stop apache2 && sudo systemctl disable apache2
sudo apt remove apache2 apache2-utils apache2.2-bin apache2-common -y sudo apt remove apache2 apache2-utils
sudo rm -rf /etc/apache2 sudo rm -rf /etc/apache2