Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Created October 22, 2013 01:52
Show Gist options
  • Save tkuchiki/7094018 to your computer and use it in GitHub Desktop.
Save tkuchiki/7094018 to your computer and use it in GitHub Desktop.
jdk download
# http://stackoverflow.com/questions/10268583/how-to-automate-download-and-instalation-of-java-jdk-on-linux
wget --no-check-certificate --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" "http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.rpm" -O /tmp/jdk.rpm
curl -b "gpw_e24=http%3A%2F%2Fwww.oracle.com" -L "http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.rpm" -o /tmp/jdk.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment