refactor: transparent bootstrap output — name installs, show skips, drop dup apt update

This commit is contained in:
Your Name
2026-08-13 05:00:33 -04:00
parent a3c01a0394
commit 8b0ce3ba89
5 changed files with 40 additions and 16 deletions
+2
View File
@@ -41,6 +41,8 @@ PACKAGES=(
)
spawn "apt update" sudo apt update
log "Installing ${#PACKAGES[@]} packages (apt install -y):"
echo " ${PACKAGES[*]}" | fold -s -w 80
spawn "Installing packages" sudo apt install -y "${PACKAGES[@]}"
# ── cpufreq tools ─────────────────────────────────────────────
# cpufrequtils (Ubuntu) was removed in Debian trixie+; linux-cpupower