Skip to content

Instantly share code, notes, and snippets.

@xmlking
Created March 21, 2017 00:11
Show Gist options
  • Save xmlking/85b69be62ef0a0ddbe6c7d8a77587261 to your computer and use it in GitHub Desktop.
Save xmlking/85b69be62ef0a0ddbe6c7d8a77587261 to your computer and use it in GitHub Desktop.
clean install sdkman
#!/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