Signed-off-by: geraldo netto <[email protected]> --- openjdk9-java-base/latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openjdk9-java-base/latest.sh b/openjdk9-java-base/latest.sh index 4b5a3e7..c33943f 100755 --- a/openjdk9-java-base/latest.sh +++ b/openjdk9-java-base/latest.sh @@ -1,2 +1,2 @@ #!/bin/bash -wget -qO- http://jdk.java.net/9/ | grep "http://download.java.net/java/GA/jdk9.*linux-x64_bin.tar.gz" | grep -o "openjdk-.*linux" | grep -o '9\.[0-9]\+\.[0-9]\+' +wget -c -qO- http://jdk.java.net/9/ | grep "http://download.java.net/java/GA/jdk9.*linux-x64_bin.tar.gz" | grep -o "openjdk-.*linux" | grep -o '9\.[0-9]\+\.[0-9]\+' -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
