From: geraldo netto <geraldone...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master
oracle-nosql-db/GET: use wget -c
Signed-off-by: geraldo netto <geraldone...@gmail.com>
Message-Id: <1516131789-8559-35-git-send-email-geraldone...@gmail.com>
---
diff --git a/oracle-nosql-db/GET b/oracle-nosql-db/GET
--- a/oracle-nosql-db/GET
+++ b/oracle-nosql-db/GET
@@ -1,9 +1,10 @@
+#!/bin/sh
set -e
VERSION=3.0.5
SRC_DIR=kv-ce-$VERSION
TARBALL=$SRC_DIR.tar.gz
if [ ! -e $TARBALL ];then
- wget
http://download.oracle.com/otn-pub/otn_software/nosql-database/$TARBALL
+ wget -c
http://download.oracle.com/otn-pub/otn_software/nosql-database/$TARBALL
fi
rm -rf $SRC_DIR
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.