From 9da59a143e392b2ed13d1769d1252ae0a3f3d326 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 28 Feb 2024 08:49:53 -0600 Subject: [PATCH] Update cc-reinstall.sh --- cc-reinstall.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cc-reinstall.sh b/cc-reinstall.sh index 142a557..c4f96a6 100755 --- a/cc-reinstall.sh +++ b/cc-reinstall.sh @@ -24,13 +24,12 @@ case "$choice" in [Nn]) echo '';; * ) echo '' - apt remove --purge -y clustercontrol* - apt remove --purge -y mysql-server* - apt remove --purge -y "mysql*" "*s9s*" apache2 "php*" + apt remove --purge -y --autoremove clustercontrol* + apt remove --purge -y --autoremove mysql-server* + apt remove --purge -y --autoremove mysql* *s9s* apache2 php* # /root/install-cc --uninstall - apt --purge -y autoremove apt clean rm -Rf /etc/apache2