temp: bypass php8.0 fail on ubuntu

This commit is contained in:
Usman Nasir
2020-12-03 11:04:06 +05:00
parent eb27714b39
commit 0cfd5cf824
2 changed files with 2 additions and 2 deletions

View File

@@ -241,7 +241,7 @@ class InstallCyberPanel:
install.preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
command = 'yum install lsphp80*'
command = 'yum install lsphp80* -y'
subprocess.call(command, shell=True)
if self.distro == cent8:

View File

@@ -1939,7 +1939,7 @@ echo $oConfig->Save() ? 'Done' : 'Error';
Upgrade.executioner(command, 'Install PHP 74, 0')
if Upgrade.installedOutput.find('lsphp80') == -1:
command = 'yum install lsphp80*'
command = 'yum install lsphp80* -y'
subprocess.call(command, shell=True)
except: