File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ Source of truth for our CurseForge distributed server packs
6
6
7
7
1 . Download one of our modpacks from CurseForge
8
8
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
10
10
4 . Once completed, run the command the script outputs to run the actual server installer
11
11
5 . Follow the instructions provided by the server installer
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ set "packVersion=REPLACE_ME"
7
7
set " downloadUrl = https://github.com/FTBTeam/FTB-Server-Installer/releases/latest/download/ftb-server-"
8
8
9
9
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
11
11
exit /b 1
12
12
)
13
13
14
14
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
16
16
exit /b 1
17
17
)
18
18
You can’t perform that action at this time.
0 commit comments