|
@@ -37,7 +37,7 @@ get5url="${get5downloadurl}"
|
|
|
# Oxide
|
|
# Oxide
|
|
|
oxiderustlatestlink="https://umod.org/games/rust/download/develop" # fix for linux build 06.09.2019
|
|
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")
|
|
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)
|
|
# Define mods information (required)
|
|
|
|
|
|