Skip to content

Instantly share code, notes, and snippets.

@smartree
Forked from hgomez/download-java8.sh
Created November 13, 2019 04:26
Show Gist options
  • Save smartree/0f83d58ff473417e571f89704272448c to your computer and use it in GitHub Desktop.
Save smartree/0f83d58ff473417e571f89704272448c to your computer and use it in GitHub Desktop.
wget to download Java 8
wget --continue --no-check-certificate -O jdk-8-linux-x64.tar.gz --header Cookie: oraclelicense=a http://download.oracle.com/otn-pub/java/jdk/8-b132/jdk-8-linux-x64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment