Update installer-windows.bat
This commit is contained in:
parent
59fa117c4d
commit
8d7eba6ed2
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user