mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-03 18:07:55 +00:00
Use GitLab's raw URL instead.
This commit is contained in:
parent
7dcb54c199
commit
1dea5d419f
@ -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-
|
||||
|
Loading…
Reference in New Issue
Block a user