Merge pull request #47 from MissFox0810/patch-1

Update Entrypoint for linux umod rust
This commit is contained in:
Dane Everitt 2019-09-08 14:56:58 -07:00 committed by GitHub
commit d3423aeb1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ echo ":/home/container$ ${MODIFIED_STARTUP}"
# OxideMod has been replaced with uMod
if [ -f OXIDE_FLAG ] || [ "${OXIDE}" = 1 ] || [ "${UMOD}" = 1 ]; then
echo "Updating uMod..."
curl -sSL "https://umod.org/games/rust/download" > umod.zip
curl -sSL "https://umod.org/games/rust/download/develop" > umod.zip
unzip -o -q umod.zip
rm umod.zip
echo "Done updating uMod!"