Skip to content

Instantly share code, notes, and snippets.

@bvolpato
Created July 21, 2016 17:20
Show Gist options
  • Select an option

  • Save bvolpato/c4e51d56b935904841cb7e8a1d105728 to your computer and use it in GitHub Desktop.

Select an option

Save bvolpato/c4e51d56b935904841cb7e8a1d105728 to your computer and use it in GitHub Desktop.
JDK8 on Ubuntu
#!/bin/sh
sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment