Skip to content

Instantly share code, notes, and snippets.

@pokev25
Last active October 19, 2016 04:19
Show Gist options
  • Save pokev25/5e0a59969bd1dab69cc3dc6f9bf2e806 to your computer and use it in GitHub Desktop.
Save pokev25/5e0a59969bd1dab69cc3dc6f9bf2e806 to your computer and use it in GitHub Desktop.
oracle java 8 install
#download rpm
curl -LO -H "Cookie: oraclelicense=accept-securebackup-cookie" \
"http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jdk-8u102-linux-x64.rpm"
#install
yum install jdk-8u102-linux-x64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment