Silently unzip & download
This commit is contained in:
parent
5961d67174
commit
1bef2974d4
|
|
@ -12,9 +12,10 @@ echo ":/home/container$ ${MODIFIED_STARTUP}"
|
||||||
|
|
||||||
if [ -f OXIDE_FLAG ]; then
|
if [ -f OXIDE_FLAG ]; then
|
||||||
echo "Updating OxideMod..."
|
echo "Updating OxideMod..."
|
||||||
curl "https://dl.bintray.com/oxidemod/builds/Oxide-Rust.zip" > oxide.zip
|
curl -sSL "https://dl.bintray.com/oxidemod/builds/Oxide-Rust.zip" > oxide.zip
|
||||||
unzip oxide.zip
|
unzip -o -q oxide.zip
|
||||||
rm oxide.zip
|
rm oxide.zip
|
||||||
|
echo "Done updating OxideMod!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Fix for Rust not starting
|
# Fix for Rust not starting
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user