home · contact · privacy
Fix. master
authorChristian Heller <c.heller@plomlompom.de>
Tue, 6 May 2025 05:01:21 +0000 (07:01 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 6 May 2025 05:01:21 +0000 (07:01 +0200)
trixie/scripts/from_older_upgrade.sh

index 1aadbfdeade37188d061321720e6025bb9b05632..560634bb786656c0b59ec7506be1c2bf727555c9 100755 (executable)
@@ -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'
 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 …'
 
 apt_update_to_full_upgrade() {
     prefixed_msg 'Updating package database …'