Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomaslin/9363738 to your computer and use it in GitHub Desktop.
Save tomaslin/9363738 to your computer and use it in GitHub Desktop.
curl -s get.gvmtool.net | bash
cd ~/.gvm/grails
curl -O -k https://dist.springframework.org.s3.amazonaws.com/milestone/GRAILS/grails-2.4.0.M1.zip
unzip grails-2.4.0.M1.zip
rm grails-2.4.0.M1.zip
gvm install grails 2.4.0.M1 grails-2.4.0.M1
gvm use grails 2.4.0.M1
@tomaslin
Copy link
Author

tomaslin commented Mar 5, 2014

you probably want to nuke grails-2.4.0.M1 directory afterwards.

@radeinla
Copy link

radeinla commented Sep 1, 2014

Does this work for dists coming directly from the grails downloadables?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment