From 5455f6a078dcfdcbda67d257f55eee553977d644 Mon Sep 17 00:00:00 2001 From: MissFox0810 Date: Fri, 6 Sep 2019 16:18:50 +0100 Subject: [PATCH] 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 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 33a9054..6fd15e2 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,7 +14,7 @@ echo ":/home/container$ ${MODIFIED_STARTUP}" # OxideMod has been replaced with uMod if [ -f OXIDE_FLAG ] || [ "${OXIDE}" = 1 ] || [ "${UMOD}" = 1 ]; then 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 rm umod.zip echo "Done updating uMod!"