Last active
October 19, 2016 04:19
-
-
Save pokev25/5e0a59969bd1dab69cc3dc6f9bf2e806 to your computer and use it in GitHub Desktop.
oracle java 8 install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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