mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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
|
[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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user