swtich pure-ftpd to 1.0.47-3

This commit is contained in:
Usman Nasir
2020-04-17 23:08:14 +05:00
parent 6158637285
commit 3fbe7f895c

View File

@@ -330,6 +330,10 @@ class InstallCyberPanel:
def installPureFTPD(self):
if self.distro == ubuntu:
command = 'DEBIAN_FRONTEND=noninteractive apt install pure-ftpd-mysql -y'
os.system(command)
command = 'wget https://ubuntu.cyberpanel.net/pool/main/p/pure-ftpd/pure-ftpd-common_1.0.47-3_all.deb'
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)