Skip to content

Instantly share code, notes, and snippets.

@groovytree
Forked from hgomez/download-java8.sh
Created November 19, 2019 06:55
Show Gist options
  • Save groovytree/f7afe8a55f008ebe74be5abcbc96cf46 to your computer and use it in GitHub Desktop.
Save groovytree/f7afe8a55f008ebe74be5abcbc96cf46 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