Fix Oxide Link

This commit is contained in:
tenten8401 2017-10-20 09:14:42 -04:00 committed by GitHub
parent 07dfffcc4e
commit 2290c4a68a

View File

@ -15,7 +15,7 @@ echo ":/home/container$ ${MODIFIED_STARTUP}"
if [ -f OXIDE_FLAG ]; then
echo "Updating OxideMod..."
curl -sSL "https://dl.bintray.com/oxidemod/builds/Oxide-Rust.zip" > oxide.zip
curl -sSL "https://github.com/OxideMod/Oxide/releases/download/latest/Oxide-Rust.zip" > oxide.zip
unzip -o -q oxide.zip
rm oxide.zip
echo "Done updating OxideMod!"