Skip to content

Instantly share code, notes, and snippets.

@AaronO
Created March 26, 2014 07:38
Show Gist options
  • Save AaronO/9778391 to your computer and use it in GitHub Desktop.
Save AaronO/9778391 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Download and setup grails for Ubuntu
sudo add-apt-repository ppa:groovy-dev/grails
sudo apt-get update
sudo apt-get install grails-ppa
# Add to each bash shell
echo "export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment