Prefer wget over ipfs

This commit is contained in:
kpcyrd 2017-09-21 03:25:48 +02:00
parent 3ccbbe31a4
commit 076e177dd9
1 changed files with 1 additions and 1 deletions

View File

@ -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