Skip to content

Instantly share code, notes, and snippets.

@toby
Created August 19, 2013 01:04
Show Gist options
  • Save toby/6264972 to your computer and use it in GitHub Desktop.
Save toby/6264972 to your computer and use it in GitHub Desktop.
Ubuntu Oracle Java Install
echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu quantal main" >> /etc/apt/sources.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu quantal main" >> /etc/apt/sources.list
apt-get update
apt-get -y install oracle-java7-installer
apt-get -y install oracle-java7-set-default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment