mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
checkdeps: replace wget with curl
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
4bb04e095c
commit
a7d9b7fc1c
@ -58,6 +58,7 @@ dep_map=(
|
||||
[bash]=bash
|
||||
[bc]=bc
|
||||
[bzip2]=bzip2
|
||||
[curl]=curl
|
||||
[diff]=diffutils
|
||||
[gawk]=gawk
|
||||
[gcc]=gcc
|
||||
@ -73,7 +74,6 @@ dep_map=(
|
||||
[sed]=sed
|
||||
[tar]=tar
|
||||
[unzip]=unzip
|
||||
[wget]=wget
|
||||
[xz]=xz-utils
|
||||
[zip]=zip
|
||||
[zstd]=zstd
|
||||
|
Loading…
x
Reference in New Issue
Block a user