Skip to content

Instantly share code, notes, and snippets.

@sio2boss
Last active August 29, 2015 14:10
Show Gist options
  • Save sio2boss/5d70247af22277ae8924 to your computer and use it in GitHub Desktop.
Save sio2boss/5d70247af22277ae8924 to your computer and use it in GitHub Desktop.
Install Oracle Java 8 on Ubuntu
#! /bin/sh
# From http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install -y oracle-java8-installer
java -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment