Signed-off-by: geraldo netto <[email protected]> --- sqlite/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sqlite/GET b/sqlite/GET index ce7ff60..ce456c6 100755 --- a/sqlite/GET +++ b/sqlite/GET @@ -5,7 +5,7 @@ VERSION=3080200 mkdir upstream cd upstream -wget http://www.sqlite.org/$YEAR/sqlite-amalgamation-$VERSION.zip +wget -c http://www.sqlite.org/$YEAR/sqlite-amalgamation-$VERSION.zip unzip -x sqlite-amalgamation-$VERSION.zip cd - -- 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.
