diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index f0a5a7f1c..60c10cd9c 100755 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -248,7 +248,7 @@ class InstallCyberPanel: subprocess.call(command, shell=True) if self.distro == cent8: - command = 'dnf install lsphp71* lsphp72* lsphp73* lsphp74* lsphp80* --exclude lsphp73-pecl-zip -y' + command = 'dnf install lsphp71* lsphp72* lsphp73* lsphp74* lsphp80* --exclude lsphp73-pecl-zip --exclude *imagick* -y' subprocess.call(command, shell=True) def installMySQL(self, mysql):