Skip to content

Instantly share code, notes, and snippets.

@bartfastiel
Last active February 10, 2018 13:08
Show Gist options
  • Save bartfastiel/9a37ef0c908f4b25ecf2990fb3e15803 to your computer and use it in GitHub Desktop.
Save bartfastiel/9a37ef0c908f4b25ecf2990fb3e15803 to your computer and use it in GitHub Desktop.
!!!ONLY DO THIS IF YOU ACCEPT THE ORACLE LICENSE!!!
echo Downloading JVM...
wget --no-verbose -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-linux-x64.tar.gz
echo "68ec82d47fd9c2b8eb84225b6db398a72008285fafc98631b1ff8d2229680257 jdk-8u162-linux-x64.tar.gz" > jdk-8u162-linux-x64.tar.gz.sha256
sha256sum -c jdk-8u162-linux-x64.tar.gz.sha256
tar -xzf jdk-8u162-linux-x64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment