mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-29 16:29:52 +02:00
George's suggested additions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user