mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 06:16:08 +01:00
temp: bypass php8.0 fail on ubuntu
This commit is contained in:
@@ -199,7 +199,7 @@ class InstallCyberPanel:
|
||||
|
||||
res = os.system(command)
|
||||
if res != 0:
|
||||
InstallCyberPanel.stdOut("Failed to install PHP on Ubuntu.", 1, 1)
|
||||
InstallCyberPanel.stdOut("Failed to install PHP on Ubuntu.", 1, 0)
|
||||
|
||||
elif self.distro == centos:
|
||||
command = 'yum -y groupinstall lsphp-all'
|
||||
|
||||
Reference in New Issue
Block a user