mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-16 10:16:12 +01:00
PureFtpd-fix
This commit is contained in:
committed by
GitHub
parent
65f1749c0c
commit
3221e7e97a
@@ -446,10 +446,10 @@ class InstallCyberPanel:
|
|||||||
command = 'echo "40110 40210" > /etc/pure-ftpd/conf/PassivePortRange'
|
command = 'echo "40110 40210" > /etc/pure-ftpd/conf/PassivePortRange'
|
||||||
subprocess.call(command, shell=True)
|
subprocess.call(command, shell=True)
|
||||||
|
|
||||||
command = 'wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-common_1.0.47-3_all.deb'
|
command = 'wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-common_1.0.47-3build1_all.deb'
|
||||||
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
||||||
|
|
||||||
command = 'wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-mysql_1.0.47-3_amd64.deb'
|
command = 'wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-mysql_1.0.47-3build1_amd64.deb'
|
||||||
install.preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR)
|
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'
|
command = 'dpkg --install --force-confold pure-ftpd-common_1.0.47-3_all.deb'
|
||||||
|
|||||||
Reference in New Issue
Block a user