From: geraldo netto <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master

oracle-nosql-db/GET: use wget -c

Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>

---
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to