From 7f72c84bb163e8f93388e9d470103e69d63ad07b Mon Sep 17 00:00:00 2001 From: rperper Date: Fri, 9 Nov 2018 11:52:30 -0500 Subject: [PATCH] 1.7.3 to 1.7.4 --- install/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/install.py b/install/install.py index 31dce9dfb..923701a88 100644 --- a/install/install.py +++ b/install/install.py @@ -817,7 +817,7 @@ class preFlightsChecks: count = 0 while (1): - command = "wget http://cyberpanel.net/CyberPanel.1.7.3.tar.gz" + command = "wget http://cyberpanel.net/CyberPanel.1.7.4.tar.gz" #command = "wget http://cyberpanel.net/CyberPanelTemp.tar.gz" res = subprocess.call(shlex.split(command)) @@ -837,7 +837,7 @@ class preFlightsChecks: count = 0 while(1): - command = "tar zxf CyberPanel.1.7.3.tar.gz" + command = "tar zxf CyberPanel.1.7.4.tar.gz" #command = "tar zxf CyberPanelTemp.tar.gz" res = subprocess.call(shlex.split(command))