Skip to content

Instantly share code, notes, and snippets.

@hiorws
Created July 24, 2015 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiorws/c2197b9feeb6d8433bdf to your computer and use it in GitHub Desktop.
Save hiorws/c2197b9feeb6d8433bdf to your computer and use it in GitHub Desktop.
installing java
apt-add-repository ppa:webupd8team/java -y && 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