From 7a41cde51fa0d4ffe437a6d1230609396edf08a9 Mon Sep 17 00:00:00 2001 From: Pedro Gracia Date: Mon, 6 Feb 2012 07:25:36 +0100 Subject: [PATCH] Add -k option in curl to check prefixtree to avoid check ssl certificate --- bin/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installDeps.sh b/bin/installDeps.sh index b11c09ac..91716319 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -79,7 +79,7 @@ if [ -f "static/js/prefixfree.js" ]; then fi if [ $DOWNLOAD_PREFIXFREE = "true" ]; then - curl -lo static/js/prefixfree.js https://raw.github.com/LeaVerou/prefixfree/master/prefixfree.js || exit 1 + curl -lo static/js/prefixfree.js -k https://raw.github.com/LeaVerou/prefixfree/master/prefixfree.js || exit 1 fi #Remove all minified data to force node creating it new