Update launch.sh

This commit is contained in:
Sulkta 2026-01-02 09:54:30 -08:00 committed by GitHub
parent 790b64ab4c
commit bfa5441c0b

View file

@ -16,7 +16,7 @@ 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/7058/581/ServerFiles-$SERVER_VERSION.zip" || exit 9
curl -Lo "Server-Files-$SERVER_VERSION.zip" "https://mediafilez.forgecdn.net/files/7361/524/ServerFiles-$SERVER_VERSION.zip" || exit 9
unzip -u -o "Server-Files-$SERVER_VERSION.zip" -d /data
DIR_TEST="ServerFiles-$SERVER_VERSION"