From 11c285872e1049dbfd403412e0f491e34c349ded Mon Sep 17 00:00:00 2001 From: Werner Date: Sat, 19 Apr 2025 11:17:31 +0000 Subject: [PATCH] Fix ORAS tooling download due to absense of `wget` (#8104) * move `wget` to basic deps * fix spaces --- lib/functions/host/basic-deps.sh | 1 + lib/functions/host/prepare-host.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/functions/host/basic-deps.sh b/lib/functions/host/basic-deps.sh index 6dbcc0d86..20bad3b14 100644 --- a/lib/functions/host/basic-deps.sh +++ b/lib/functions/host/basic-deps.sh @@ -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 diff --git a/lib/functions/host/prepare-host.sh b/lib/functions/host/prepare-host.sh index 96e4f8ba1..67089ee06 100644 --- a/lib/functions/host/prepare-host.sh +++ b/lib/functions/host/prepare-host.sh @@ -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 )