Update 'scripts/pmauninstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-19 10:16:07 -07:00
parent 0b7c9a4952
commit 9ccb04786b
1 changed files with 1 additions and 1 deletions

View File

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