Skip to content

Instantly share code, notes, and snippets.

@menski
Last active August 29, 2015 14:04
Show Gist options
  • Save menski/cf6ab7968e9b115e7bc0 to your computer and use it in GitHub Desktop.
Save menski/cf6ab7968e9b115e7bc0 to your computer and use it in GitHub Desktop.
Install oracle java 7 on ubuntu
#!/bin/bash
apt-get update
apt-get install -y software-properties-common
apt-add-repository ppa:webupd8team/java
apt-get update
echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
apt-get install -y oracle-java7-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment