mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-18 16:47:34 +02:00
temp: bypass php8.0 fail on ubuntu
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user