Skip to content

Commit 24e0fe5

Browse files
committed
Update error message
1 parent 72be849 commit 24e0fe5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Source of truth for our CurseForge distributed server packs
66

77
1. Download one of our modpacks from CurseForge
88
2. Extract the downloaded file
9-
3. Run either the `install.sh` script for Linux/Macos or the `install.ps1` script for Windows
9+
3. Run either the `install.sh` script for Linux/Macos or the `install.bat` script for Windows
1010
4. Once completed, run the command the script outputs to run the actual server installer
1111
5. Follow the instructions provided by the server installer

install.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ set "packVersion=REPLACE_ME"
77
set "downloadUrl=https://github.com/FTBTeam/FTB-Server-Installer/releases/latest/download/ftb-server-"
88

99
IF "%packId%"=="" (
10-
echo %ESC%[31mMissing pack id, if you renamed this bat file undo your changes otherwise contact FTB%ESC%[0m
10+
echo %ESC%[31mMissing pack id, please contact FTB%ESC%[0m
1111
exit /b 1
1212
)
1313

1414
IF "%packVersion%"=="" (
15-
echo %ESC%[31mMissing pack version, if you renamed this bat file undo your changes otherwise contact FTB%ESC%[0m
15+
echo %ESC%[31mMissing pack version, please contact FTB%ESC%[0m
1616
exit /b 1
1717
)
1818

0 commit comments

Comments
 (0)