From efcb4979d53b5e59b572b6da3f1ca4c39c68506b Mon Sep 17 00:00:00 2001 From: "usman@cyberpersons.com" Date: Mon, 23 Jan 2023 14:04:07 +0500 Subject: [PATCH] bug fx: php --- install/installCyberPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index c09c21f33..ff44826eb 100755 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -238,7 +238,7 @@ class InstallCyberPanel: subprocess.call(command, shell=True) if self.distro == cent8: - command = 'dnf install lsphp71* lsphp72* lsphp73* lsphp74* lsphp80* --exclude lsphp73-pecl-zip --exclude *imagick* -y' + command = 'dnf install lsphp71* lsphp72* lsphp73* lsphp74* lsphp80* --exclude lsphp73-pecl-zip --exclude *imagick* -y --skip-broken' subprocess.call(command, shell=True) command = 'dnf install lsphp81* --exclude *imagick* -y'