Signed-off-by: geraldo netto <[email protected]> --- ImageMagick-source/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ImageMagick-source/GET b/ImageMagick-source/GET index 12ec3e8..65c8d2e 100755 --- a/ImageMagick-source/GET +++ b/ImageMagick-source/GET @@ -7,7 +7,7 @@ BUILDDIR=$BASEDIR/build ROOTDIR=$BASEDIR/install if [ ! -f ImageMagick.tar.gz ]; then - wget http://www.imagemagick.org/download/ImageMagick.tar.gz + wget -c http://www.imagemagick.org/download/ImageMagick.tar.gz tar zxf ImageMagick.tar.gz fi -- 2.7.4 -- 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.
