This commit is contained in:
2023-11-13 06:17:30 -08:00
parent fd75feed78
commit 7c8cc1e4fa
7 changed files with 160 additions and 7 deletions

View File

@@ -9,4 +9,4 @@ MC_SERVER_FILE=$(curl -s $VERSION_CHECK | jq --raw-output '.downloads.server.url
echo "Server url: $MC_SERVER_FILE"
wget --no-cache $MC_SERVER_FILE -O /mnt/Other/Dockers/minecraft/testing/server-$MC_VERSION.jar
wget --no-cache --show-progress --progress=bar:force:noscroll $MC_SERVER_FILE -O /mnt/Other/Dockers/minecraft/testing/server-$MC_VERSION.jar