Skip to content

Commit

Permalink
Update init script to 16-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras authored Jan 10, 2021
1 parent 6e488e0 commit 020995d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (Files.notExists(bach)) {
java --module-path .bach/cache --module com.github.sormuras.bach "$@"
else
rm -f .bach/cache/com.github.sormuras.bach@*.jar
jshell -R-Dreboot -R-Dversion="${2:-early-access}" https://bit.ly/bach-main-init
jshell -R-Dreboot -R-Dversion="${2:-16-ea}" https://github.com/sormuras/bach/raw/releases/16/init
fi
""").toFile().setExecutable(true);

Expand All @@ -32,8 +32,8 @@ if (Files.notExists(bach)) {
:INIT
del .bach\\cache\\com.github.sormuras.bach@*.jar >nul 2>&1
SETLOCAL
IF [%2]==[] ( SET tag=early-access ) ELSE ( SET tag=%2 )
jshell -R-Dreboot -R-Dversion=%tag% https://bit.ly/bach-main-init
IF [%2]==[] ( SET tag=16-ea ) ELSE ( SET tag=%2 )
jshell -R-Dreboot -R-Dversion=%tag% https://github.com/sormuras/bach/raw/releases/16/init
ENDLOCAL

:END
Expand Down

0 comments on commit 020995d

Please sign in to comment.