Просмотр исходного кода

moved dl link to gameservermanagers.com

Daniel Gibbs 11 лет назад
Родитель
Сommit
bec71e2e5f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      functions/fn_install_gsquery

+ 2 - 2
functions/fn_install_gsquery

@@ -2,12 +2,12 @@
 # LGSM fn_install_gsquery function
 # Author: Daniel Gibbs
 # Website: http://danielgibbs.co.uk
-# Version: 210115
+# Version: 100415
 
 fn_dlgsquery(){
 cd "${rootdir}"
 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
 }