Skip to content

Instantly share code, notes, and snippets.

@bernd
Created June 19, 2014 20:06
Show Gist options
  • Save bernd/5e83babe15d0b6d48555 to your computer and use it in GitHub Desktop.
Save bernd/5e83babe15d0b6d48555 to your computer and use it in GitHub Desktop.
Oracle Java debconf automation
sudo apt-get install python-software-properties software-properties-common -y
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
echo debconf shared/accepted-oracle-license-v1-1 select true | sudo debconf-set-selections
echo debconf shared/accepted-oracle-license-v1-1 seen true | sudo debconf-set-selections
sudo apt-get -q -y install oracle-java7-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment