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