mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-28 10:58:27 +02: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, 0)
|
||||
InstallCyberPanel.stdOut("Failed to install PHP on Ubuntu.", 0, 1)
|
||||
|
||||
elif self.distro == centos:
|
||||
command = 'yum -y groupinstall lsphp-all'
|
||||
|
||||
Reference in New Issue
Block a user