Skip to content

Instantly share code, notes, and snippets.

@scchess
Forked from jonashackt/bash.sh
Created March 22, 2018 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scchess/c7b59039a91154e9a0d1e856a4ca982e to your computer and use it in GitHub Desktop.
Save scchess/c7b59039a91154e9a0d1e856a4ca982e 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment