Skip to content

Instantly share code, notes, and snippets.

@icecreammatt
Created April 2, 2014 17:30
Show Gist options
  • Save icecreammatt/9938928 to your computer and use it in GitHub Desktop.
Save icecreammatt/9938928 to your computer and use it in GitHub Desktop.
Install's Java 7 on Ubuntu 12.04
echo debconf shared/accepted-oracle-license-v1-1 select true | sudo debconf-set-selections
apt-get update
apt-get install -y software-properties-common python-software-properties
add-apt-repository ppa:webupd8team/java
apt-get update
apt-get install -y oracle-java7-installer curl
apt-get upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment