diff --git a/install/install.py b/install/install.py index 226d0e77f..23a64582a 100755 --- a/install/install.py +++ b/install/install.py @@ -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)) diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index 6cdfc3cf5..31ad4e17f 100644 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -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: