diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-12-26 12:53:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-12-26 12:53:35 -0200 |
commit | 580dba9df805cf3941b18381e8a5c70f9446663f (patch) | |
tree | edc3a3e7a6603cd584f9531960b62380b40fbf33 /roundcube-dl | |
parent | f27e7847590f1754a950f7ae8e60529505dcabb6 (diff) | |
download | downloaders-580dba9df805cf3941b18381e8a5c70f9446663f.tar.gz downloaders-580dba9df805cf3941b18381e8a5c70f9446663f.tar.bz2 |
Roundcube: wget -c
Diffstat (limited to 'roundcube-dl')
-rwxr-xr-x | roundcube-dl | 2 |
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 |