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)