aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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