diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index a8f1fa65d..eb9ae3dca 100644 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -37,7 +37,7 @@ class InstallCyberPanel: while (1): if self.distro == ubuntu: - command = "apt-get -y openlitespeed" + command = "apt-get -y install openlitespeed" else: command = 'yum install -y openlitespeed' cmd = shlex.split(command)