Update 'scripts/pmauninstall.sh'
This commit is contained in:
@ -21,8 +21,9 @@ if [ "$go" == 'no' ]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
sudo systemctl stop apache2 && sudo systemctl disable apache2
|
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 rm -rf /etc/apache2
|
||||||
|
sudo apt-get autoremove -y
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user