This commit is contained in:
Usman Nasir
2020-04-16 21:41:11 +05:00
parent aa15d710d5
commit 975f8c3382

View File

@@ -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'):