Skip to content

Instantly share code, notes, and snippets.

@willnode
Forked from wavezhang/java_download.sh
Created September 21, 2019 09:39
Show Gist options
  • Save willnode/0acb06ae3c644e1dd40602f4bdb99113 to your computer and use it in GitHub Desktop.
Save willnode/0acb06ae3c644e1dd40602f4bdb99113 to your computer and use it in GitHub Desktop.
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jdk-8u102-linux-x64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment