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
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:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# Main Install Links
|
# Main Install Links
|
||||||
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/$MC_VERSION/$FABRIC_VERSION/$INSTALLER_VERSION/server/jar
|
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/$MC_VERSION/$FABRIC_VERSION/$INSTALLER_VERSION/server/jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/fabric/run.sh
|
MC_RUN_FILE=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/fabric/run.sh
|
||||||
|
|
||||||
rm -fr /MCserver/run_*.sh
|
rm -fr /MCserver/run_*.sh
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
VERSION_CHECK=$(curl -s "https://piston-meta.mojang.com/mc/game/version_manifest_v2.json" | grep -Pom 1 '"url": "\K[^"]*'$MC_VERSION'.json')
|
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_SERVER_FILE=$(curl -s $VERSION_CHECK | jq --raw-output '.downloads.server.url')
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/testing/run.sh
|
MC_RUN_FILE=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/testing/run.sh
|
||||||
|
|
||||||
rm -fr /MCserver/MCserver_*.jar
|
rm -fr /MCserver/MCserver_*.jar
|
||||||
rm -fr /MCserver/run_*.sh
|
rm -fr /MCserver/run_*.sh
|
||||||
|
|||||||
@@ -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')
|
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_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/MCserver_*.jar
|
||||||
rm -fr /MCserver/run_*.sh
|
rm -fr /MCserver/run_*.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user