Signed-off-by: geraldo netto <[email protected]> --- netperf/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netperf/GET b/netperf/GET index 3cdb12d..6f95228 100755 --- a/netperf/GET +++ b/netperf/GET @@ -7,7 +7,7 @@ rm -rf upstream mkdir upstream cd upstream -wget https://codeload.github.com/HewlettPackard/netperf/zip/netperf-$VERSION -O netperf-$VERSION.zip +wget -c https://codeload.github.com/HewlettPackard/netperf/zip/netperf-$VERSION -O netperf-$VERSION.zip unzip netperf-$VERSION.zip mv netperf-netperf-$VERSION netperf-$VERSION cd netperf-$VERSION -- 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.
