From: geraldo netto <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
haproxy/GET: use wget -c Signed-off-by: geraldo netto <[email protected]> Message-Id: <[email protected]> --- diff --git a/haproxy/GET b/haproxy/GET --- a/haproxy/GET +++ b/haproxy/GET @@ -2,6 +2,6 @@ set -e VERSION=1.5.8 -wget http://www.haproxy.org/download/1.5/src/haproxy-${VERSION}.tar.gz +wget -c http://www.haproxy.org/download/1.5/src/haproxy-${VERSION}.tar.gz tar zxvf haproxy-${VERSION}.tar.gz ln -sf haproxy-$VERSION haproxy -- 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.
