From: Christian Heller Date: Tue, 6 May 2025 05:15:24 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/test.html?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=config Fix. --- 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 …'