bug fx: php

This commit is contained in:
usman@cyberpersons.com
2023-01-23 20:47:07 +05:00
parent efcb4979d5
commit 5349f33aa2

View File

@@ -241,7 +241,7 @@ class InstallCyberPanel:
command = 'dnf install lsphp71* lsphp72* lsphp73* lsphp74* lsphp80* --exclude lsphp73-pecl-zip --exclude *imagick* -y --skip-broken' command = 'dnf install lsphp71* lsphp72* lsphp73* lsphp74* lsphp80* --exclude lsphp73-pecl-zip --exclude *imagick* -y --skip-broken'
subprocess.call(command, shell=True) subprocess.call(command, shell=True)
command = 'dnf install lsphp81* --exclude *imagick* -y' command = 'dnf install lsphp81* --exclude *imagick* -y --skip-broken'
subprocess.call(command, shell=True) subprocess.call(command, shell=True)
if self.distro == openeuler: if self.distro == openeuler: