From 1beb357f2e0e2b295d7c8a3c77e33b5fb62119e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Padez?= Date: Wed, 12 Aug 2026 17:39:16 +0000 Subject: [PATCH] drop the ominous wording from the system update prompt "the only step that changes software already on this machine" is true, and reads like a warning about something dangerous rather than a description of apt upgrade. The reasoning stays in the section comment, where it explains why this is its own step; the prompt just says what it does. Co-Authored-By: Claude Opus 5 (1M context) --- scripts/setup/machine-setup/machine-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup/machine-setup/machine-setup.sh b/scripts/setup/machine-setup/machine-setup.sh index bccba62c..8335a1f7 100755 --- a/scripts/setup/machine-setup/machine-setup.sh +++ b/scripts/setup/machine-setup/machine-setup.sh @@ -90,7 +90,7 @@ if ! skip; then mapfile -t UPGRADABLE < <(pkg_upgradable) echo "" - info "System update — the only step that changes software already on this machine" + info "System update — upgrades installed packages to their latest versions" if ((${#UPGRADABLE[@]} == 0)); then echo " to upgrade: nothing, everything is current"