From: geraldo netto <geraldone...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master

solr/GET: use wget -c

Signed-off-by: geraldo netto <geraldone...@gmail.com>
Message-Id: <1516131789-8559-46-git-send-email-geraldone...@gmail.com>

---
diff --git a/solr/GET b/solr/GET
--- a/solr/GET
+++ b/solr/GET
@@ -1,9 +1,12 @@
+#!/bin/sh
+
 set -e
 VERSION=4.8.1
 SRC_DIR=solr-$VERSION
 TARBALL=$SRC_DIR.tgz
+
 if [ ! -e $TARBALL ];then
-    wget http://archive.apache.org/dist/lucene/solr/$VERSION/$TARBALL
+    wget -c http://archive.apache.org/dist/lucene/solr/$VERSION/$TARBALL
 fi
 rm -rf $SRC_DIR ROOTFS
 tar zxf $TARBALL

--
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 osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to