From 8fe5d2d425c945bb8b2f9f2e9a41763d4dcbb527 Mon Sep 17 00:00:00 2001 From: r14f <57841815+r14f@users.noreply.github.com> Date: Sun, 24 Aug 2025 19:15:07 -0500 Subject: [PATCH] Update launch.sh 4.10 --- launch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launch.sh b/launch.sh index 6801b01..659acb6 100644 --- a/launch.sh +++ b/launch.sh @@ -3,7 +3,7 @@ set -x NEOFORGE_VERSION=21.1.203 -SERVER_VERSION=4.9 +SERVER_VERSION=4.10 cd /data @@ -17,8 +17,8 @@ fi if ! [[ -f "Server-Files-$SERVER_VERSION.zip" ]]; then rm -fr config defaultconfigs kubejs mods packmenu Server-Files-* neoforge* - curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6919/955/ServerFiles-$SERVER_VERSION.zip" || exit 9 - + curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/6921/537/ServerFiles-$SERVER_VERSION.zip" || exit 9 + unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data DIR_TEST="ServerFiles-$SERVER_VERSION" if [[ $(find . -type d -maxdepth 1 | wc -l) -gt 1 ]]; then