Last active
February 10, 2018 13:08
-
-
Save bartfastiel/9a37ef0c908f4b25ecf2990fb3e15803 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!!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