mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-30 07:35:37 +00:00
Consistently use curl instead of wget
This commit is contained in:
@@ -6,7 +6,7 @@ case "X$WORLD" in
|
||||
X[Hh][Tt][Tt][Pp]*)
|
||||
echo "Downloading world via HTTP"
|
||||
echo "$WORLD"
|
||||
wget -q -O - "$WORLD" > /data/world.zip
|
||||
curl -sSL -o - "$WORLD" > /data/world.zip
|
||||
echo "Unzipping word"
|
||||
unzip -q /data/world.zip
|
||||
rm -f /data/world.zip
|
||||
|
||||
Reference in New Issue
Block a user