Fix ORAS tooling download due to absense of wget (#8104)

* move `wget` to basic deps
* fix spaces
This commit is contained in:
Werner
2025-04-19 11:17:31 +00:00
committed by GitHub
parent 00674806d5
commit 11c285872e
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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
)