Signed-off-by: geraldo netto <[email protected]>
---
 node/GET | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/node/GET b/node/GET
index 79a3b27..142ae4f 100755
--- a/node/GET
+++ b/node/GET
@@ -10,6 +10,6 @@ then
   exit 1
 fi
 
-wget "https://github.com/nodejs/node/archive/v${1}.tar.gz"; -O - | tar zxf -
+wget -c "https://github.com/nodejs/node/archive/v${1}.tar.gz"; -O - | tar zxf -
 
 ./patch "$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.

Reply via email to