Skip to content

Instantly share code, notes, and snippets.

@bcambel
Created June 3, 2017 08:47
Show Gist options
  • Select an option

  • Save bcambel/dd98d3e217c993c2a71074b48df3cac5 to your computer and use it in GitHub Desktop.

Select an option

Save bcambel/dd98d3e217c993c2a71074b48df3cac5 to your computer and use it in GitHub Desktop.
#!/bin/bash
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 creates=/usr/lib/jvm/java-8-oracle
sudo apt-get install oracle-java8-installer ca-certificates oracle-java8-set-default -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment