update links to correctly point to new repo
All checks were successful
Build and Push Minecraft Docker Images on Debian-base update / poll-debian-base-and-build (push) Successful in 18s
Build and Push Minecraft Docker Images on Debian-base update / generate-changelogs (push) Successful in 53s
Build and Push Minecraft Docker Images on Debian-base update / generate-build-info (push) Successful in 15s

This commit is contained in:
2025-07-07 05:50:00 -07:00
parent 0c7d3752b3
commit 65df8e6ccd
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
VERSION_CHECK=$(curl -s "https://piston-meta.mojang.com/mc/game/version_manifest_v2.json" | grep -Pom 1 '"url": "\K[^"]*'$MC_VERSION'.json')
MC_SERVER_FILE=$(curl -s $VERSION_CHECK | jq --raw-output '.downloads.server.url')
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/vanilla/run.sh
MC_RUN_FILE=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/vanilla/run.sh
rm -fr /MCserver/MCserver_*.jar
rm -fr /MCserver/run_*.sh