From 29cc4620a54dfadb3a7194db8441cd9a6d7e046f Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 20 Mar 2023 09:46:02 -0700 Subject: [PATCH] fix --- latest/files/Install_Script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/files/Install_Script.sh b/latest/files/Install_Script.sh index f64b956..6f4b0a1 100644 --- a/latest/files/Install_Script.sh +++ b/latest/files/Install_Script.sh @@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version." MC_VERSION_OLD=1.19.3 MC_VERSION=1.19.4 MC_SERVER_FILE=https://piston-data.mojang.com/v1/objects/8f3112a1049751cc472ec13e397eade5336ca7ae/server.jar -MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh +MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/latest/files/run.sh # Main install (Debian). # Check for files in /MCserver and download if needed.