Browse Source
Merge pull request #1790 from GameServerManagers/hotfix/oxidehw-180126
Put Oxide for hurtworld grep at right location
pull/1822/head
UltimateByte
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lgsm/functions/mods_list.sh
|
|
@ -28,8 +28,8 @@ sourcemoddownloadurl="https://www.sourcemod.net/latest.php?os=linux&version=${so |
|
|
|
sourcemodurl="${sourcemoddownloadurl}" |
|
|
|
# Oxide |
|
|
|
oxiderustlatestlink="$(curl -s https://api.github.com/repos/OxideMod/Oxide.Rust/releases/latest | grep browser_download_url | cut -d '"' -f 4)" |
|
|
|
oxidehurtworldlatestlink="$(curl -s https://api.github.com/repos/OxideMod/Oxide.Hurtworld/releases/latest | grep browser_download_url | cut -d '"' -f 4)" |
|
|
|
oxidesdtdlatestlink="$(curl -s https://api.github.com/repos/OxideMod/Oxide.SevenDaysToDie/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep "Oxide.Hurtworld.zip")" |
|
|
|
oxidehurtworldlatestlink="$(curl -s https://api.github.com/repos/OxideMod/Oxide.Hurtworld/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep "Oxide.Hurtworld.zip")" |
|
|
|
oxidesdtdlatestlink="$(curl -s https://api.github.com/repos/OxideMod/Oxide.SevenDaysToDie/releases/latest | grep browser_download_url | cut -d '"' -f 4)" |
|
|
|
|
|
|
|
# Define mods information (required) |
|
|
|
|
|
|
|