Last change
on this file since 627 was
627,
checked in by jrpelegrina, 5 years ago
|
First release to xenial
|
File size:
372 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | |
---|
4 | # Change at custom |
---|
5 | WGETRC=wgetrc wget --continue --no-check-certificate --header "Cookie: oraclelicense=a" http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-i586.tar.gz |
---|
6 | WGETRC=wgetrc wget --continue --no-check-certificate --header "Cookie: oraclelicense=a" http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-linux-x64.tar.gz |
---|
7 | |
---|
8 | |
---|
Note: See
TracBrowser
for help on using the repository browser.