temp: bypass php8.0 fail on ubuntu

This commit is contained in:
Usman Nasir
2020-12-03 10:58:34 +05:00
parent 871eafdc52
commit eb27714b39

View File

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