mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
bug fix to csf
This commit is contained in:
@@ -609,6 +609,8 @@ class InstallCyberPanel:
|
||||
|
||||
if self.distro == ubuntu:
|
||||
command = "DEBIAN_FRONTEND=noninteractive apt-get -y install pdns-server pdns-backend-mysql"
|
||||
os.system(command)
|
||||
return 1
|
||||
else:
|
||||
command = 'yum -y install pdns pdns-backend-mysql'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user