Trivial fixes
This commit is contained in:
parent
a0e0f1637a
commit
8ea88dee1c
@ -330,7 +330,7 @@ http() {
|
|||||||
elif type wget &>/dev/null; then
|
elif type wget &>/dev/null; then
|
||||||
"http_${method}_wget" "$url" "$file"
|
"http_${method}_wget" "$url" "$file"
|
||||||
else
|
else
|
||||||
echo "error: please install \`curl\` or \`wget\` and try again" >&2
|
echo "error: please install \`aria2c\`, \`curl\` or \`wget\` and try again" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user