mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix ORAS tooling download due to absense of wget (#8104)
* move `wget` to basic deps * fix spaces
This commit is contained in:
@@ -26,6 +26,7 @@ function prepare_host_basic() {
|
||||
"linux-version:linux-base"
|
||||
"locale-gen:locales"
|
||||
"git:git"
|
||||
"wget:wget"
|
||||
)
|
||||
|
||||
for check_pack in "${checklist[@]}"; do
|
||||
|
||||
@@ -209,7 +209,7 @@ function adaptative_prepare_host_dependencies() {
|
||||
colorized-logs # for ansi2html, ansi2txt, pipetty
|
||||
unzip zip pigz xz-utils pbzip2 lzop zstd # compressors et al
|
||||
parted gdisk fdisk # partition tools @TODO why so many?
|
||||
aria2 curl wget axel # downloaders et al
|
||||
aria2 curl axel # downloaders et al
|
||||
parallel # do things in parallel (used for fast md5 hashing in initrd cache)
|
||||
rdfind # armbian-firmware-full/linux-firmware symlink creation step
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user