Browse Source

Prefer wget over ipfs

pull/40/head^2
kpcyrd 7 years ago
parent
commit
076e177dd9
  1. 2
      zcutil/fetch-params.sh

2
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

Loading…
Cancel
Save