Skip to content

Instantly share code, notes, and snippets.

@hisplan
Created December 13, 2015 05:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hisplan/88db2d03cfc9d9de7007 to your computer and use it in GitHub Desktop.
Save hisplan/88db2d03cfc9d9de7007 to your computer and use it in GitHub Desktop.
Install Oracle JDK 8 on Ubuntu without prompt
sudo apt-get update
sudo apt-get install -y python-software-properties debconf-utils
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | sudo debconf-set-selections
sudo apt-get install -y oracle-java8-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment