checkdeps: replace wget with curl

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2024-09-08 14:57:31 -04:00
parent 4bb04e095c
commit a7d9b7fc1c

View File

@ -58,6 +58,7 @@ dep_map=(
[bash]=bash [bash]=bash
[bc]=bc [bc]=bc
[bzip2]=bzip2 [bzip2]=bzip2
[curl]=curl
[diff]=diffutils [diff]=diffutils
[gawk]=gawk [gawk]=gawk
[gcc]=gcc [gcc]=gcc
@ -73,7 +74,6 @@ dep_map=(
[sed]=sed [sed]=sed
[tar]=tar [tar]=tar
[unzip]=unzip [unzip]=unzip
[wget]=wget
[xz]=xz-utils [xz]=xz-utils
[zip]=zip [zip]=zip
[zstd]=zstd [zstd]=zstd