Skip to content

Instantly share code, notes, and snippets.

@jonashackt
Created February 21, 2017 11:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonashackt/e54937c20b274b2fdfaf0c6a0d2b240a to your computer and use it in GitHub Desktop.
Save jonashackt/e54937c20b274b2fdfaf0c6a0d2b240a to your computer and use it in GitHub Desktop.
Download JRE automatically with wget
wget --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/server-jre-8u121-windows-x64.tar.gz" -O ./server-jre-8u121-windows-x64.tar.gz
@thebradness
Copy link

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment