It's called uMod now apparently...

This commit is contained in:
Isaac A 2018-09-10 17:04:19 -04:00 committed by GitHub
parent bde1047915
commit 6f9613743f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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