|
@@ -2,12 +2,12 @@
|
|
|
# LGSM fn_install_gsquery function
|
|
# LGSM fn_install_gsquery function
|
|
|
# Author: Daniel Gibbs
|
|
# Author: Daniel Gibbs
|
|
|
# Website: http://danielgibbs.co.uk
|
|
# Website: http://danielgibbs.co.uk
|
|
|
-# Version: 210115
|
|
|
|
|
|
|
+# Version: 100415
|
|
|
|
|
|
|
|
fn_dlgsquery(){
|
|
fn_dlgsquery(){
|
|
|
cd "${rootdir}"
|
|
cd "${rootdir}"
|
|
|
echo -e "downloading gsquery.py...\c"
|
|
echo -e "downloading gsquery.py...\c"
|
|
|
-wget -N --no-check-certificate /dev/null "http://danielgibbs.co.uk/dl/gsquery.py" 2>&1 | grep -F "HTTP" | grep -v "Moved Permanently" | cut -c45- | uniq
|
|
|
|
|
|
|
+wget -N --no-check-certificate /dev/null "http://gameservermanagers.com/dl/gsquery.py" 2>&1 | grep -F "HTTP" | grep -v "Moved Permanently" | cut -c45- | uniq
|
|
|
chmod +x gsquery.py
|
|
chmod +x gsquery.py
|
|
|
}
|
|
}
|
|
|
|
|
|