Skip to content

Instantly share code, notes, and snippets.

@xukeek
Forked from hgomez/download-java8.sh
Created January 15, 2020 02:49
Show Gist options
  • Save xukeek/8dbe624e531c5cd13c8466a70fe2bfe6 to your computer and use it in GitHub Desktop.
Save xukeek/8dbe624e531c5cd13c8466a70fe2bfe6 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