From 3764751f5a8e6fb97e932c4904e240eaabcc3c90 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Thu, 16 Apr 2020 21:41:11 +0500 Subject: [PATCH] ftp fix --- install/installCyberPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/installCyberPanel.py b/install/installCyberPanel.py index c955cc92e..c8305cf6c 100755 --- a/install/installCyberPanel.py +++ b/install/installCyberPanel.py @@ -428,7 +428,7 @@ class InstallCyberPanel: writeDataToFile.close() if self.distro == ubuntu: - command = 'apt install pure-ftpd-mysql -y' + command = 'apt install pure-ftpd-mysql libmariadb3 -y' install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR) if os.path.exists('/etc/pure-ftpd/db/mysql.conf'):