mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-15 03:52:04 +01:00
Adding gnutls earlier as well
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"
|
||||
command = "apt-get -y install python-pip libcurl4-gnutls-dev"
|
||||
else:
|
||||
command = "yum -y install python-pip"
|
||||
res = subprocess.call(shlex.split(command))
|
||||
|
||||
Reference in New Issue
Block a user