From 7295da1bdc118e46d326d5763f1c7212305fb113 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 6 May 2025 07:15:24 +0200 Subject: [PATCH] Fix. --- trixie/scripts/from_older_upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trixie/scripts/from_older_upgrade.sh b/trixie/scripts/from_older_upgrade.sh index 560634b..5843a68 100755 --- a/trixie/scripts/from_older_upgrade.sh +++ b/trixie/scripts/from_older_upgrade.sh @@ -19,7 +19,7 @@ prefixed_msg "starting (upgrading from ${PREV_RELEASE} to ${THIS_RELEASE})" prefixed_msg 'minimizing installation first so there is less to upgrade' -"../../${PREV_RELEASE}/scripts/minimize_installation.sh" "all minimal_${1} keep_if_installed:systemd_resolved" +"../../${PREV_RELEASE}/scripts/minimize_installation.sh" "all minimal_${1} keep_if_installed:systemd-resolved" apt_update_to_full_upgrade() { prefixed_msg 'Updating package database …' -- 2.30.2