aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-08-11 13:51:17 +0000
committermerakor <cem@ckyln.com>2021-08-11 13:51:17 +0000
commit2573792c68ee332d0f66d3cf5a5f2a0f7dc9ac10 (patch)
treea9e14a5019e00309de626687dc21657c71295a3c
parentcd83656b3b7cd4b87156c53c8ee66a9947a7d0fd (diff)
downloadcpt-2573792c68ee332d0f66d3cf5a5f2a0f7dc9ac10.tar.gz
check download utility
FossilOrigin-Name: e82f39e86bb723602534005b43ac148580368c7a2e340bcba1cee3c9d8bc179d
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a2d0bba..e338b8f 100755
--- a/configure
+++ b/configure
@@ -107,6 +107,7 @@ out "DOCS = $docs" >>config.mk
out "checking runtime dependencies"
_check pax rsync sed awk grep b3sum
_check_multi "sha256 provider" sha256sum sha256 openssl
+_check_multi "download utility" curl wget wget2 aria2c axel
trap - EXIT INT
out "written config.mk" "Run 'make' to build cpt"