From: geraldo netto <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master
openjdk9-java-base/latest.sh: use wget -c
Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>
---
diff --git a/openjdk9-java-base/latest.sh b/openjdk9-java-base/latest.sh
--- 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]\+'
--
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.