Usman Nasir
2022-08-07 08:19:11 +05:00
parent a65782b7cb
commit 148f9f055a
4 changed files with 40 additions and 20 deletions

View File

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