Fix the Remote Backup Storage Issue

This commit is contained in:
Usman Nasir
2019-06-08 21:41:43 +00:00
parent 8e2ad7f4b2
commit 0399a43830
3284 changed files with 2254 additions and 1140 deletions

4
install/install.py Normal file → Executable file
View File

@@ -914,7 +914,7 @@ class preFlightsChecks:
os.chdir(self.path)
command = "wget http://cyberpanel.sh/CyberPanel.1.8.2.tar.gz"
command = "wget http://cyberpanel.sh/CyberPanel.1.8.4.tar.gz"
#command = "wget http://cyberpanel.sh/CyberPanelTemp.tar.gz"
preFlightsChecks.call(command, self.distro, '[download_install_CyberPanel]',
'CyberPanel Download',
@@ -923,7 +923,7 @@ class preFlightsChecks:
##
count = 0
command = "tar zxf CyberPanel.1.8.2.tar.gz"
command = "tar zxf CyberPanel.1.8.4.tar.gz"
#command = "tar zxf CyberPanelTemp.tar.gz"
preFlightsChecks.call(command, self.distro, '[download_install_CyberPanel]',
'Extract CyberPanel',1, 1, os.EX_OSERR)