temp: bypass php8.0 fail on ubuntu

This commit is contained in:
Usman Nasir
2020-12-03 10:58:19 +05:00
parent 4fb826861e
commit 8a5f28f70a
2 changed files with 1 additions and 2 deletions

View File

@@ -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'