Created
March 21, 2017 00:11
-
-
Save xmlking/85b69be62ef0a0ddbe6c7d8a77587261 to your computer and use it in GitHub Desktop.
clean install sdkman
This file contains hidden or 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
#!/usr/bin/env bash | |
set -e | |
rm -rf ~/.gvm | |
rm -rf ~/.sdkman | |
curl -s get.sdkman.io | bash | |
echo sdkman_auto_answer=true > ~/.sdkman/etc/config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment