From 9a8ecb8e6e0411254ad5fa52707bdd8d5de40d85 Mon Sep 17 00:00:00 2001 From: Mecid Date: Sat, 18 Oct 2025 18:52:07 +0200 Subject: [PATCH] Add wget to prepare-host.sh (#8779) Needed for debootstrap with trixie host --- lib/functions/host/prepare-host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/host/prepare-host.sh b/lib/functions/host/prepare-host.sh index 7d32b21410..3c3a351620 100644 --- a/lib/functions/host/prepare-host.sh +++ b/lib/functions/host/prepare-host.sh @@ -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 )