This commit is contained in:
Usman Nasir
2022-06-08 19:37:55 +05:00
parent ef4dcb39c4
commit d4795c3e74

View File

@@ -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):