From 25110620cb2ed882f69f3dc73b09ac358e059744 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 22 Dec 2025 13:18:14 -0800 Subject: [PATCH] fix run url --- quilt/Install_Script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quilt/Install_Script.sh b/quilt/Install_Script.sh index 96fb123..0327bfc 100644 --- a/quilt/Install_Script.sh +++ b/quilt/Install_Script.sh @@ -9,7 +9,7 @@ EULA_MARKER=$MC_DIR/.eula_accepted # Main Install Links https://quiltmc.org/api/v1/download-latest-installer/java-universal INSTALLER_FILE=https://quiltmc.org/api/v1/download-latest-installer/java-universal -MC_RUN_FILE=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/neoforged/run.sh +MC_RUN_FILE=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/quilt/run.sh # Main install (Debian). # Check for server files and download if needed.