Update 'scripts/pmauninstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-19 10:35:39 -07:00
parent ccc15fadb5
commit 77db3232da
1 changed files with 1 additions and 2 deletions

View File

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