Skip to content

Instantly share code, notes, and snippets.

@leodutra
Created May 31, 2018 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leodutra/485f3f43371e0cd18fc4043347500c9d to your computer and use it in GitHub Desktop.
Save leodutra/485f3f43371e0cd18fc4043347500c9d to your computer and use it in GitHub Desktop.
Install Groovy Ubuntu
#!/bin/bash
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install groovy
echo $(groovy -version)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment