Update 'scripts/pmauninstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-19 10:02:50 -07:00
parent 6f18052787
commit 3bd4dd6575
1 changed files with 2 additions and 1 deletions

View File

@ -21,8 +21,9 @@ if [ "$go" == 'no' ]; then
exit
fi
sudo systemctl stop apache2 && sudo systemctl disable apache2
sudo apt remove apache2 apache2-utils
sudo apt remove apache2 apache2-utils -y
sudo rm -rf /etc/apache2
sudo apt-get autoremove -y