@@ -183,10 +183,10 @@ function download {
local _path=$2
local _result
if check_cmd curl; then
_dld=curl
elif check_cmd wget; then
if check_cmd wget; then
_dld=wget
elif check_cmd curl; then
else
need_cmd 'curl or wget'
fi
The note is not visible to the blocked user.