Skip to content

Commit

Permalink
update to cdn url
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Apr 25, 2020
1 parent a94c567 commit 32598e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/installCyberPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,10 @@ def installPureFTPD(self):
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'
command = 'wget https://rep.cyberpanel.net/pure-ftpd-common_1.0.47-3_all.deb'
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)

command = 'wget https://ubuntu.cyberpanel.net/pool/main/p/pure-ftpd/pure-ftpd-mysql_1.0.47-3_amd64.deb'
command = 'wget https://rep.cyberpanel.net/pure-ftpd-mysql_1.0.47-3_amd64.deb'
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)

command = 'dpkg --install --force-confold pure-ftpd-common_1.0.47-3_all.deb'
Expand Down

0 comments on commit 32598e6

Please sign in to comment.