From d824596c6205a4f676d66d9313d767eb77062ff1 Mon Sep 17 00:00:00 2001 From: tabris Date: Thu, 16 Oct 2025 05:12:18 -0400 Subject: [PATCH] remove wget from build-host basic-deps --- lib/functions/host/basic-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/functions/host/basic-deps.sh b/lib/functions/host/basic-deps.sh index 20bad3b14d..6dbcc0d867 100644 --- a/lib/functions/host/basic-deps.sh +++ b/lib/functions/host/basic-deps.sh @@ -26,7 +26,6 @@ function prepare_host_basic() { "linux-version:linux-base" "locale-gen:locales" "git:git" - "wget:wget" ) for check_pack in "${checklist[@]}"; do