Skip to content

Instantly share code, notes, and snippets.

@obazoud
Last active October 7, 2015 19:57
Show Gist options
  • Save obazoud/3216933 to your computer and use it in GitHub Desktop.
Save obazoud/3216933 to your computer and use it in GitHub Desktop.
By pass Oracle license agreement
#!/bin/bash
JAVA_FILE_SOURCE="jdk-7u45-linux-x64.tar.gz"
REMOTE_JAVA_SDK="http://download.oracle.com/otn-pub/java/jdk/7u45-b18/${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