Copied and pasted the previous commit's file
This commit is contained in:
parent
c70ace1cee
commit
8a30b35c74
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user