Signed-off-by: geraldo netto <[email protected]> --- groonga/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/groonga/GET b/groonga/GET index d2e2ee3..de47406 100755 --- a/groonga/GET +++ b/groonga/GET @@ -8,7 +8,7 @@ ROOTDIR=$BASEDIR/install GROONGA_VER="5.0.4" if [ ! -f groonga-*.tar.gz ]; then - wget http://packages.groonga.org/source/groonga/groonga-${GROONGA_VER}.tar.gz + wget -c http://packages.groonga.org/source/groonga/groonga-${GROONGA_VER}.tar.gz tar zxf groonga-${GROONGA_VER}.tar.gz fi -- 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.
