Created
October 5, 2014 07:38
-
-
Save ainoya/e8bfc8bd802f16be0d37 to your computer and use it in GitHub Desktop.
install oracle java
This file contains hidden or 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
#!/bin/sh | |
cd /tmp | |
wget --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" \ | |
"http://download.oracle.com/otn-pub/java/jdk/7u67-b01/jdk-7u67-linux-x64.rpm" | |
rpm -Uvh jdk-7u67-linux-x64.rpm |
Author
ainoya
commented
Jun 6, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment