Signed-off-by: geraldo netto <[email protected]> --- openjdk8-zulu-compact-common/latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openjdk8-zulu-compact-common/latest.sh b/openjdk8-zulu-compact-common/latest.sh index 9fec74f..66d42fe 100755 --- a/openjdk8-zulu-compact-common/latest.sh +++ b/openjdk8-zulu-compact-common/latest.sh @@ -1,3 +1,3 @@ #!/bin/bash -wget -qO- http://www.azul.com/downloads/zulu/zulu-linux | grep "jdk8.*linux.*64.tar.gz\"" | grep -o "http:.*tar.gz" | head -1 +wget -c -qO- http://www.azul.com/downloads/zulu/zulu-linux | grep "jdk8.*linux.*64.tar.gz\"" | grep -o "http:.*tar.gz" | head -1 -- 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.
