Skip to content

Instantly share code, notes, and snippets.

@lra
Last active January 3, 2016 12:49
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 lra/8465769 to your computer and use it in GitHub Desktop.
Save lra/8465769 to your computer and use it in GitHub Desktop.
Install Java 7 on Ubuntu
add-apt-repository --yes ppa:webupd8team/java
apt-get update
echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true > some_file
debconf-set-selections some_file
apt-get install --yes oracle-java7-installer oracle-java7-set-default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment