From f1cd7ea84b05c6705c07c198cecc2f79616ed4ac Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 6 May 2025 07:01:21 +0200 Subject: [PATCH] Fix. --- trixie/scripts/from_older_upgrade.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trixie/scripts/from_older_upgrade.sh b/trixie/scripts/from_older_upgrade.sh index 1aadbfd..560634b 100755 --- a/trixie/scripts/from_older_upgrade.sh +++ b/trixie/scripts/from_older_upgrade.sh @@ -18,9 +18,8 @@ fi prefixed_msg "starting (upgrading from ${PREV_RELEASE} to ${THIS_RELEASE})" prefixed_msg 'minimizing installation first so there is less to upgrade' -INSTALL_TAGS='all minimal keep_if_installed:systemd_resolved' -"../../${PREV_RELEASE}/scripts/minimize_installation.sh" "${INSTALL_TAGS}" +"../../${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