From 3bd4dd6575bdfdaf735fbb7ac5ac66b46a3f60b7 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 10:02:50 -0700 Subject: [PATCH] Update 'scripts/pmauninstall.sh' --- scripts/pmauninstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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