Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Forked from obazoud/download-jdk7.sh
Created July 31, 2012 15:11
Show Gist options
  • Save atomic-penguin/3217697 to your computer and use it in GitHub Desktop.
Save atomic-penguin/3217697 to your computer and use it in GitHub Desktop.
By pass Oracle license agreement
#!/bin/bash
JAVA_FILE_SOURCE="jdk-7u5-linux-x64.tar.gz"
REMOTE_JAVA_SDK="http://download.oracle.com/otn-pub/java/jdk/7u5-b05/${JAVA_FILE_SOURCE}"
wget --header "Cookie:oraclelicensejdk-7u5-oth-JPR=accept-securebackup-cookie;gpw_e24=http://edelivery.oracle.com" $REMOTE_JAVA_SDK --no-check-certificate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment