Prefer wget over ipfs
This commit is contained in:
@@ -77,7 +77,7 @@ function fetch_params {
|
|||||||
|
|
||||||
if ! [ -f "$output" ]
|
if ! [ -f "$output" ]
|
||||||
then
|
then
|
||||||
for method in ipfs wget failure; do
|
for method in wget ipfs failure; do
|
||||||
if "fetch_$method" "$filename" "$dlname"; then
|
if "fetch_$method" "$filename" "$dlname"; then
|
||||||
echo "Download successful!"
|
echo "Download successful!"
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user