Skip to content

Commit

Permalink
swtich pure-ftpd to 1.0.47-3
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Apr 17, 2020
1 parent 6158637 commit 3fbe7f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/installCyberPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@ def fixMariaDB(self):

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)

Expand Down

0 comments on commit 3fbe7f8

Please sign in to comment.