From 1bef2974d49b3aaa722b5080e3c445bd1b36389d Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 10 Jul 2017 10:17:23 -0400 Subject: [PATCH] Silently unzip & download --- entrypoint.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0c5805e..1e50f2e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,9 +12,10 @@ echo ":/home/container$ ${MODIFIED_STARTUP}" if [ -f OXIDE_FLAG ]; then echo "Updating OxideMod..." - curl "https://dl.bintray.com/oxidemod/builds/Oxide-Rust.zip" > oxide.zip - unzip oxide.zip + curl -sSL "https://dl.bintray.com/oxidemod/builds/Oxide-Rust.zip" > oxide.zip + unzip -o -q oxide.zip rm oxide.zip + echo "Done updating OxideMod!" fi # Fix for Rust not starting