From ebe5cd3ec177948e9c3ead51750d8d99544d5693 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Thu, 16 Apr 2020 18:56:13 +0500 Subject: [PATCH] install/installCyberPanel.py; --- install/installCyberPanel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index f8edb0f5a..bfac89fb4 100755 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -412,6 +412,7 @@ class InstallCyberPanel: writeDataToFile.close() if self.distro == ubuntu: + command = 'apt install pure-ftpd-mysql -y' install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)