From: Christian Heller Date: Tue, 6 May 2025 04:40:01 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%7B%7Bdb.prefix%7D%7D/tasks?a=commitdiff_plain;ds=inline;p=config Fix. --- diff --git a/trixie/scripts/from_older_upgrade.sh b/trixie/scripts/from_older_upgrade.sh index c8b2fd4..1aadbfd 100755 --- a/trixie/scripts/from_older_upgrade.sh +++ b/trixie/scripts/from_older_upgrade.sh @@ -35,7 +35,7 @@ apt_update_to_full_upgrade() { prefixed_msg 'Full-upgrading …' apt_get_digested '-q -q --purge -o Dpkg::Options::=--force-confnew full-upgrade' - prefxied_msg 'Autopurge!' + prefixed_msg 'Autopurge!' apt_get_digested '-q -q autopurge' } PATH_ETC_APT="${PATH_ETC}/apt"