From ed91f828dbfb535b49516de73735779ae0296432 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 28 Feb 2024 08:48:43 -0600 Subject: [PATCH] Update cc-reinstall.sh --- cc-reinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc-reinstall.sh b/cc-reinstall.sh index f0fd74f..142a557 100755 --- a/cc-reinstall.sh +++ b/cc-reinstall.sh @@ -28,7 +28,7 @@ case "$choice" in apt remove --purge -y mysql-server* apt remove --purge -y "mysql*" "*s9s*" apache2 "php*" - /root/install-cc --uninstall + # /root/install-cc --uninstall apt --purge -y autoremove apt clean