Created
July 13, 2015 02:42
-
-
Save gelias/13bf5415dd7b5524f579 to your computer and use it in GitHub Desktop.
Download file using wget
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
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz" -O jdk-7u80-linux.tar.gz | |
tar zxvf jdk-7u80-linux.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment