bug fx: php

This commit is contained in:
usman@cyberpersons.com
2023-01-23 14:04:07 +05:00
parent abadd84f59
commit efcb4979d5

View File

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