Last active
April 14, 2020 06:23
Install Kscript on Linux with sdkman
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install sdkman | |
curl -s https://get.sdkman.io | bash # 2s | |
source "$HOME/.sdkman/bin/sdkman-init.sh" | |
# Install kotlin and kscript | |
sdk install kotlin # 10s ... | |
sdk install kscript # 6s |
List kscript versions:
sdk list kscript
Install a specific version:
sdk install kscript 2.9.0
Switch used version:
sdk use kscript 2.9.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DL only kscript without sdkman: