diff --git a/entrypoint.sh b/entrypoint.sh index d4eba7f..91fe92e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,11 +12,11 @@ MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g' echo ":/home/container$ ${MODIFIED_STARTUP}" if [ -f OXIDE_FLAG ] || [ "${OXIDE}" = 1 ]; then - echo "Updating OxideMod..." - curl -sSL "https://github.com/OxideMod/Oxide/releases/download/latest/Oxide-Rust.zip" > oxide.zip + echo "Updating uMod..." + curl -sSL "https://umod.org/games/rust/download" > oxide.zip unzip -o -q oxide.zip rm oxide.zip - echo "Done updating OxideMod!" + echo "Done updating uMod!" fi # Fix for Rust not starting