Update installer-windows.bat

This commit is contained in:
Obie Hinojosa 2024-10-25 18:09:13 -05:00
parent 59fa117c4d
commit 8d7eba6ed2

View File

@ -1,4 +1,5 @@
@echo off
@echo off
cd /D "%~dp0"
@ -15,6 +16,9 @@ echo.
echo Downloading latest fabric installer...
curl -k "https://maven.fabricmc.net/net/fabricmc/fabric-installer/1.0.1/fabric-installer-1.0.1.exe" -o fabricinstaller.exe
ECHO ###### !!!!! ######
echo MAKE SURE YOU PICK THe CURRENT SERVER MINECRAFT VERSION, 1.20.1
ECHO ###### !!!!! ######
start /WAIT "%mcroot%" fabricinstaller.exe
@ -40,4 +44,3 @@ echo Sigma!
echo All done.
@timeout /t 10 >nul 2>&1
exit