Skip to content

Instantly share code, notes, and snippets.

@samklr
Created September 7, 2018 12:23
Show Gist options
  • Select an option

  • Save samklr/b59396948b287853c869c82fb2a0a264 to your computer and use it in GitHub Desktop.

Select an option

Save samklr/b59396948b287853c869c82fb2a0a264 to your computer and use it in GitHub Desktop.
apt-get install -y software-properties-common
apt-add-repository -y ppa:webupd8team/java
apt-get update
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections
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