Skip to content

Instantly share code, notes, and snippets.

@jorge-lavin
Created February 16, 2015 14:47
Show Gist options
  • Save jorge-lavin/748bee6586931e938679 to your computer and use it in GitHub Desktop.
Save jorge-lavin/748bee6586931e938679 to your computer and use it in GitHub Desktop.
download java jdk (oracle) with curl
curl -v -j -k -L -H "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u25-b18/jdk-8u25-windows-i586.exe > jdk-8u25-windows-i586.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment