Update cc-reinstall.sh
This commit is contained in:
@@ -28,6 +28,8 @@ case "$choice" in
|
|||||||
apt remove --purge -y mysql-server*
|
apt remove --purge -y mysql-server*
|
||||||
apt remove --purge -y "mysql*" "*s9s*" apache2 "php*"
|
apt remove --purge -y "mysql*" "*s9s*" apache2 "php*"
|
||||||
|
|
||||||
|
/root/install-cc --uninstall
|
||||||
|
|
||||||
apt --purge -y autoremove
|
apt --purge -y autoremove
|
||||||
apt clean
|
apt clean
|
||||||
|
|
||||||
@@ -48,7 +50,6 @@ case "$choice" in
|
|||||||
rm -f /var/log/cmon*
|
rm -f /var/log/cmon*
|
||||||
find /etc -iname "*cmon*" -exec rm {} \;
|
find /etc -iname "*cmon*" -exec rm {} \;
|
||||||
|
|
||||||
/root/install-cc --uninstall
|
|
||||||
apt install -y mailutils
|
apt install -y mailutils
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user