Signed-off-by: geraldo netto <[email protected]> --- ringojs/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ringojs/GET b/ringojs/GET index c37a04c..06d5212 100755 --- a/ringojs/GET +++ b/ringojs/GET @@ -1,4 +1,4 @@ #!/bin/sh -wget http://ringojs.org/downloads/ringojs-0.10.tar.gz +wget -c http://ringojs.org/downloads/ringojs-0.10.tar.gz tar -xpf ringojs-0.10.tar.gz mv ringojs-0.10 ROOTFS -- 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.
