@@ -952,7 +952,7 @@ def download_install_CyberPanel(self, mysqlPassword, mysql):
952952
953953 os .chdir (self .path )
954954
955- command = "wget http://cyberpanel.sh/CyberPanel.1.8.9 .tar.gz"
955+ command = "wget http://cyberpanel.sh/CyberPanel.1.9.0 .tar.gz"
956956 #command = "wget http://cyberpanel.sh/CyberPanelTemp.tar.gz"
957957 preFlightsChecks .call (command , self .distro , '[download_install_CyberPanel]' ,
958958 'CyberPanel Download' ,
@@ -961,7 +961,7 @@ def download_install_CyberPanel(self, mysqlPassword, mysql):
961961 ##
962962
963963 count = 0
964- command = "tar zxf CyberPanel.1.8.9 .tar.gz"
964+ command = "tar zxf CyberPanel.1.9.0 .tar.gz"
965965 #command = "tar zxf CyberPanelTemp.tar.gz"
966966 preFlightsChecks .call (command , self .distro , '[download_install_CyberPanel]' ,
967967 'Extract CyberPanel' ,1 , 1 , os .EX_OSERR )
@@ -1053,8 +1053,8 @@ def download_install_CyberPanel(self, mysqlPassword, mysql):
10531053 try :
10541054 path = "/usr/local/CyberCP/version.txt"
10551055 writeToFile = open (path , 'w' )
1056- writeToFile .writelines ('1.8 \n ' )
1057- writeToFile .writelines ('9 ' )
1056+ writeToFile .writelines ('1.9 \n ' )
1057+ writeToFile .writelines ('0 ' )
10581058 writeToFile .close ()
10591059 except :
10601060 pass
0 commit comments