Merge pull request #7 from tenten8401/patch-1

Fix Oxide Link
This commit is contained in:
Dane Everitt 2017-10-20 10:08:57 -04:00 committed by GitHub
commit 52e1365df6

View File

@ -15,7 +15,7 @@ echo ":/home/container$ ${MODIFIED_STARTUP}"
if [ -f OXIDE_FLAG ]; then if [ -f OXIDE_FLAG ]; then
echo "Updating OxideMod..." 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 unzip -o -q oxide.zip
rm oxide.zip rm oxide.zip
echo "Done updating OxideMod!" echo "Done updating OxideMod!"