George's suggested additions

This commit is contained in:
rperper
2018-11-01 20:27:26 -04:00
parent 082243d9f8
commit 6408ce66e5
2 changed files with 2 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ class InstallCyberPanel:
while (1):
if self.distro == ubuntu:
command = 'DEBIAN_FRONTEND=noninteractive apt-get -y install lsphp*'
command = 'DEBIAN_FRONTEND=noninteractive apt-get -y install lsphp7*'
res = os.system(command)
else: