Update 'kfg'

This commit is contained in:
2023-05-26 17:19:49 +02:00
parent 1bf1a32c74
commit 626b0a7bf0

6
kfg
View File

@@ -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
_dld=curl
else
need_cmd 'curl or wget'
fi