diff --git a/install.sh b/install.sh index cadae2ae8b34154bdad4fe6a4e8bc26a93d03216..a4e6ce0e8c77c9aa0a708dc151334776900f1408 100644 --- a/install.sh +++ b/install.sh @@ -218,6 +218,10 @@ ucoin_do_install() { install_ucoin_as_script elif ucoin_has "git"; then install_ucoin_from_git + elif ucoin_has "curl"; then + install_ucoin_from_git + elif ucoin_has "wget"; then + install_ucoin_from_git else echo >&2 "You need git, curl, or wget to install ucoin" exit 1