Copied and pasted the previous commit's file

This commit is contained in:
Isaac A 2018-09-10 17:21:53 -04:00 committed by GitHub
parent c70ace1cee
commit 8a30b35c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@ 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 OxideMod..." echo "Updating uMod..."
curl -sSL "https://github.com/OxideMod/Oxide/releases/download/latest/Oxide-Rust.zip" > umod.zip curl -sSL "https://umod.org/games/rust/download" > umod.zip
unzip -o -q umod.zip unzip -o -q umod.zip
rm umod.zip rm umod.zip
echo "Done updating OxideMod!" echo "Done updating uMod!"
fi fi
# Fix for Rust not starting # Fix for Rust not starting