From 580dba9df805cf3941b18381e8a5c70f9446663f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 26 Dec 2015 12:53:35 -0200 Subject: Roundcube: wget -c --- roundcube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcube-dl b/roundcube-dl index 516084a..2c02ba7 100755 --- a/roundcube-dl +++ b/roundcube-dl @@ -25,7 +25,7 @@ elif [ -d "roundcubemail-$VERSION" ]; then fi # Download package -wget http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/$VERSION/roundcubemail-$VERSION.tar.gz +wget -c http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/$VERSION/roundcubemail-$VERSION.tar.gz # Check integrity echo "$SHA256 roundcubemail-$VERSION.tar.gz" | sha256sum -c -- cgit v1.2.3