mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
checkdeps: replace wget with curl
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user