aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-12-26 12:53:35 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-12-26 12:53:35 -0200
commit580dba9df805cf3941b18381e8a5c70f9446663f (patch)
treeedc3a3e7a6603cd584f9531960b62380b40fbf33
parentf27e7847590f1754a950f7ae8e60529505dcabb6 (diff)
downloaddownloaders-580dba9df805cf3941b18381e8a5c70f9446663f.tar.gz
downloaders-580dba9df805cf3941b18381e8a5c70f9446663f.tar.bz2
Roundcube: wget -c
-rwxr-xr-xroundcube-dl2
1 files changed, 1 insertions, 1 deletions
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