Add wget to prepare-host.sh (#8779)

Needed for debootstrap with trixie host
This commit is contained in:
Mecid 2025-10-18 18:52:07 +02:00 committed by GitHub
parent 3b90c35e2f
commit 9a8ecb8e6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -210,7 +210,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 axel # downloaders et al
aria2 curl axel wget # 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
)