From: Christian Heller Date: Tue, 6 May 2025 05:01:21 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/do_day?a=commitdiff_plain;h=f1cd7ea84b05c6705c07c198cecc2f79616ed4ac;p=config Fix. --- 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 …'