From 076e177dd9ac7be6d2e8d23cfdf96a5e1d0a7a6f Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Thu, 21 Sep 2017 03:25:48 +0200 Subject: [PATCH] Prefer wget over ipfs --- zcutil/fetch-params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcutil/fetch-params.sh b/zcutil/fetch-params.sh index 179e6ae9d..10bade7cb 100755 --- a/zcutil/fetch-params.sh +++ b/zcutil/fetch-params.sh @@ -77,7 +77,7 @@ function fetch_params { if ! [ -f "$output" ] then - for method in ipfs wget failure; do + for method in wget ipfs failure; do if "fetch_$method" "$filename" "$dlname"; then echo "Download successful!" break