From: geraldo netto <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
redis-memonly/GET: use wget -c Signed-off-by: geraldo netto <[email protected]> Message-Id: <[email protected]> --- diff --git a/redis-memonly/GET b/redis-memonly/GET --- a/redis-memonly/GET +++ b/redis-memonly/GET @@ -6,7 +6,7 @@ set -e VERSION=3.2.8 mkdir upstream cd upstream -wget https://github.com/antirez/redis/archive/$VERSION.tar.gz +wget -c https://github.com/antirez/redis/archive/$VERSION.tar.gz tar xf $VERSION.tar.gz cd redis-$VERSION patch -p0 -N < ../../patch -- 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.
