Update 'update-mods.sh'

This commit is contained in:
Samuel Philipp 2021-02-20 16:38:53 +00:00
parent d338c34677
commit 416e353933
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
echo "updating mod list" echo "updating mod list"
curl https://git.sp-codes.de/minetest/minetest-mods/raw/branch/master/mods.txt > mods.txt wget https://git.sp-codes.de/minetest/minetest-mods/raw/branch/master/mods.txt
BASE=mods BASE=mods