Update Entrypoint for linux umod rust

Umod has split the builds into windows and linux builds now, this url update changes the old windows url to the new linux url as documented on https://umod.org/games/rust
This commit is contained in:
MissFox0810 2019-09-06 16:18:50 +01:00 committed by GitHub
parent a1c29aa2e2
commit 5455f6a078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ echo ":/home/container$ ${MODIFIED_STARTUP}"
# OxideMod has been replaced with uMod # OxideMod has been replaced with uMod
if [ -f OXIDE_FLAG ] || [ "${OXIDE}" = 1 ] || [ "${UMOD}" = 1 ]; then if [ -f OXIDE_FLAG ] || [ "${OXIDE}" = 1 ] || [ "${UMOD}" = 1 ]; then
echo "Updating uMod..." echo "Updating uMod..."
curl -sSL "https://umod.org/games/rust/download" > umod.zip curl -sSL "https://umod.org/games/rust/download/develop" > umod.zip
unzip -o -q umod.zip unzip -o -q umod.zip
rm umod.zip rm umod.zip
echo "Done updating uMod!" echo "Done updating uMod!"