mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-10 11:17:57 +02:00
George's suggested additions
This commit is contained in:
@@ -320,7 +320,7 @@ class preFlightsChecks:
|
||||
count = 0
|
||||
while (1):
|
||||
if self.distro == ubuntu:
|
||||
command = "apt-get -y install python-pip libcurl4-gnutls-dev"
|
||||
command = "apt-get -y install python-pip libcurl4-gnutls-dev libgnutls-dev libgcrypt20-dev"
|
||||
else:
|
||||
command = "yum -y install python-pip"
|
||||
res = subprocess.call(shlex.split(command))
|
||||
|
||||
@@ -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