Update file run_onchange_after_18-install-sdkman.tmpl
This commit is contained in:
parent
8f1ffeb675
commit
b04945819c
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
|||
|
||||
### Ensure SDKMan is installed (https://sdkman.io/)
|
||||
if [ ! -d "$SDKMAN_DIR" ]; then
|
||||
logg info 'Installing SDKMan via `curl -s "https://get.sdkman.io" | bash`'
|
||||
logg info 'Installing SDKMan via `curl -s "https://get.sdkman.io?rcupdate=false`'
|
||||
logg info "Install directory: $SDKMAN_DIR"
|
||||
curl -s "https://get.sdkman.io" | bash
|
||||
curl -s "https://get.sdkman.io?rcupdate=false" | bash
|
||||
else
|
||||
logg info 'SDKMan appears to already be installed.'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue