Skip to content

Instantly share code, notes, and snippets.

@amolpednekar
Created September 23, 2020 13:58
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 amolpednekar/981f47751696a0756fbbbd9be80c77e8 to your computer and use it in GitHub Desktop.
Save amolpednekar/981f47751696a0756fbbbd9be80c77e8 to your computer and use it in GitHub Desktop.
Download JDK8 tarball
wget -O jdk-8u221-linux-x64.tar.gz \
-c --content-disposition \
"https://javadl.oracle.com/webapps/download/AutoDL?BundleId=239835_230deb18db3e4014bb8e3e8324f81b43"
tar -xzf jdk-8u221-linux-x64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment