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 ' \