diff --git a/scripts/pmauninstall.sh b/scripts/pmauninstall.sh index c112816..579c84e 100644 --- a/scripts/pmauninstall.sh +++ b/scripts/pmauninstall.sh @@ -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