From 69811b634c1b78fbdebc5b4cae0bfc321ed27ba4 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Sun, 29 Dec 2019 22:35:12 +0500 Subject: [PATCH] bug fix: install lsphp73 --- install/installCyberPanel.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index 075989f76..3201fe8bc 100755 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -188,6 +188,8 @@ class InstallCyberPanel: 'lsphp73-odbc lsphp73-mysqlnd lsphp73-mcrypt lsphp73-mbstring lsphp73-ldap lsphp73-intl lsphp73-imap ' \ 'lsphp73-gmp lsphp73-gd lsphp73-enchant lsphp73-dba lsphp73-common lsphp73-bcmath' + install.preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR) + ## only php 74 command = 'yum install -y lsphp74 lsphp74-json lsphp74-xmlrpc lsphp74-xml lsphp74-tidy lsphp74-soap lsphp74-snmp ' \ 'lsphp74-recode lsphp74-pspell lsphp74-process lsphp74-pgsql lsphp74-pear lsphp74-pdo lsphp74-opcache ' \