Browse Source
fix(mods): sdtd oxide url parsing from github with jq (#2883)
pull/2891/head
Christian
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/mods_list.sh
|
|
@ -37,7 +37,7 @@ get5url="${get5downloadurl}" |
|
|
|
# Oxide |
|
|
|
oxiderustlatestlink="https://umod.org/games/rust/download/develop" # fix for linux build 06.09.2019 |
|
|
|
oxidehurtworldlatestlink=$(curl -sL https://api.github.com/repos/OxideMod/Oxide.Hurtworld/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep "Oxide.Hurtworld.zip") |
|
|
|
oxidesdtdlatestlink=$(curl -sL https://api.github.com/repos/OxideMod/Oxide.SevenDaysToDie/releases/latest | grep browser_download_url | cut -d '"' -f 4) |
|
|
|
oxidesdtdlatestlink=$(curl -sL https://api.github.com/repos/OxideMod/Oxide.SevenDaysToDie/releases/latest | jq -r '.assets[]|select(.browser_download_url | contains("linux")) | .browser_download_url' ) |
|
|
|
|
|
|
|
# Define mods information (required) |
|
|
|
|
|
|
|