Skip to content

Instantly share code, notes, and snippets.

@LordSuricato
Created May 17, 2017 13:05
Show Gist options
  • Save LordSuricato/47d9adb4b6065e78c30b5ae9274bb47f to your computer and use it in GitHub Desktop.
Save LordSuricato/47d9adb4b6065e78c30b5ae9274bb47f to your computer and use it in GitHub Desktop.
Install OracleSDK by PPA
#/bin/bash
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment