diff --git a/functions/fn_install_gsquery b/functions/fn_install_gsquery index 022b7e977..deb7d2300 100644 --- a/functions/fn_install_gsquery +++ b/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 }