From 1dea5d419f386e3c803f6d46009f370af1e33161 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 13 Dec 2020 09:39:02 -0500 Subject: [PATCH] Use GitLab's raw URL instead. --- misc/infrastructure/refresh-checkupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/infrastructure/refresh-checkupdate.sh b/misc/infrastructure/refresh-checkupdate.sh index a08edd4e..30d7cd07 100755 --- a/misc/infrastructure/refresh-checkupdate.sh +++ b/misc/infrastructure/refresh-checkupdate.sh @@ -9,7 +9,7 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/g cd /var/www/update.xonotic.org rm -f checkupdate.txt -wget -qO checkupdate.txt "http://git.xonotic.org/?p=xonotic/xonotic.git;a=blob_plain;f=misc/infrastructure/checkupdate.txt" +wget -qO checkupdate.txt "https://gitlab.com/xonotic/xonotic/-/raw/master/misc/infrastructure/checkupdate.txt" { grep "^V " checkupdate.txt | head -n 1 | cut -c 3- grep "^D " checkupdate.txt | head -n 1 | cut -c 3- -- 2.39.2