diff --git a/scripts/pmauninstall.sh b/scripts/pmauninstall.sh index f87fd42..99c21a5 100644 --- a/scripts/pmauninstall.sh +++ b/scripts/pmauninstall.sh @@ -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