From 8a30b35c74b47a62d94f4f5546918463f8ee0290 Mon Sep 17 00:00:00 2001 From: Isaac A Date: Mon, 10 Sep 2018 17:21:53 -0400 Subject: [PATCH] Copied and pasted the previous commit's file --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index e4da6fa..fa911de 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,11 +13,11 @@ echo ":/home/container$ ${MODIFIED_STARTUP}" # OxideMod has been replaced with uMod if [ -f OXIDE_FLAG ] || [ "${OXIDE}" = 1 ] || [ "${UMOD}" == 1 ]; then - echo "Updating OxideMod..." - curl -sSL "https://github.com/OxideMod/Oxide/releases/download/latest/Oxide-Rust.zip" > umod.zip + echo "Updating uMod..." + curl -sSL "https://umod.org/games/rust/download" > umod.zip unzip -o -q umod.zip rm umod.zip - echo "Done updating OxideMod!" + echo "Done updating uMod!" fi # Fix for Rust not starting