Skip to content

Instantly share code, notes, and snippets.

@siddhuwarrier
Last active December 27, 2015 14:09
Show Gist options
  • Save siddhuwarrier/7338828 to your computer and use it in GitHub Desktop.
Save siddhuwarrier/7338828 to your computer and use it in GitHub Desktop.
Automate download of JDK on headless CentOS or RHEL
wget -O jdk7.rpm --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" http://download.oracle.com/otn-pub/java/jdk/7u45-b18/jdk-7u45-linux-x64.rpm --no-check-certificate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment