mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-17 04:52:05 +01:00
Didn't install openlitespeed correctly.
This commit is contained in:
@@ -37,7 +37,7 @@ class InstallCyberPanel:
|
||||
while (1):
|
||||
|
||||
if self.distro == ubuntu:
|
||||
command = "apt-get -y openlitespeed"
|
||||
command = "apt-get -y install openlitespeed"
|
||||
else:
|
||||
command = 'yum install -y openlitespeed'
|
||||
cmd = shlex.split(command)
|
||||
|
||||
Reference in New Issue
Block a user