Skip to content

Instantly share code, notes, and snippets.

@stanleykylee
Forked from hgomez/download-java8.sh
Last active October 19, 2018 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stanleykylee/841afbf806f2751a1a23b01c16f5f0da to your computer and use it in GitHub Desktop.
Save stanleykylee/841afbf806f2751a1a23b01c16f5f0da to your computer and use it in GitHub Desktop.
wget to download Java 8
wget --continue --no-check-certificate -O jdk-8u191-linux-x64.rpm --header "Cookie: oraclelicense=a" http://download.oracle.com/otn-pub/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-x64.rpm
sudo yum localinstall jdk-8u191-linux-x64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment