Skip to content

Commit 32598e6

Browse files
committed
update to cdn url
1 parent a94c567 commit 32598e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/installCyberPanel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,10 @@ def installPureFTPD(self):
351351
command = 'DEBIAN_FRONTEND=noninteractive apt install pure-ftpd-mysql -y'
352352
os.system(command)
353353

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

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

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

0 commit comments

Comments
 (0)