remove wget from build-host basic-deps

This commit is contained in:
tabris 2025-10-16 05:12:18 -04:00 committed by Igor
parent 76403b4d3f
commit d824596c62

View File

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