diff --git a/install/unInstall.py b/install/unInstall.py index 49849b167..89294bad6 100644 --- a/install/unInstall.py +++ b/install/unInstall.py @@ -115,7 +115,7 @@ class unInstallCyberPanel: if distro == centos: command = 'yum -y remove openlitespeed' else: - command = 'apt-get -y remove openlitespeed' + command = 'apt-get --purge -y remove openlitespeed' cmd = shlex.split(command)