install/installCyberPanel.py;

This commit is contained in:
Usman Nasir
2020-04-16 18:56:13 +05:00
parent 1812620a43
commit ebe5cd3ec1

View File

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