Merge branch 'v2.3.1' into v2.3.2-dev

This commit is contained in:
Usman Nasir
2022-06-08 19:38:11 +05:00

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