Commit 58d42515 authored by Vitaly Lipatov's avatar Vitaly Lipatov

onefile_eget: add checking for curl too

parent 5de46559
......@@ -522,7 +522,9 @@ onefile_estrlist()
# will replaced within eget() in packed version
onefile_eget()
{
assure_exists wget
# check for both
which curl 2>/dev/null >/dev/null || assure_exists wget
which wget 2>/dev/null >/dev/null || assure_exists curl
internal_tools_eget "$@"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment