From 1c653b8e5c64ba1bdc0cd25377f95c44dbdbe4db Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 18 Dec 2025 09:39:58 -0800 Subject: [PATCH] test --- neoforged/Install_Script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neoforged/Install_Script.sh b/neoforged/Install_Script.sh index c3d61a4..746a56c 100644 --- a/neoforged/Install_Script.sh +++ b/neoforged/Install_Script.sh @@ -21,7 +21,7 @@ if [ -e $MC_DIR/neoforge-$NEOFORGED_VERSION-installer.jar ] echo " " echo "INFO ! Cleaning old files." cd $MC_DIR - rm -fr neoforge-*.jar run-*.sh + rm -fr neoforge-*.jar run-*.sh /libraries wget --no-cache --show-progress --progress=bar:force:noscroll $INSTALLER_FILE -O neoforge-$NEOFORGED_VERSION-installer.jar chmod +x neoforge-$NEOFORGED_VERSION-installer.jar java -jar neoforge-$NEOFORGED_VERSION-installer.jar --installServer