Verified Commit 374a8a2d authored by anarcat's avatar anarcat 💥
Browse files

don't try to purge non-existing gcc-9 package from bullseye

One has to wonder why we even have that line now... Surely that cleans
itself up later?
parent 6dc514d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ See the "conflicts resolution" section below for how to handle
        sudo ttyrec -a -e screen /var/log/upgrade-bookworm.ttyrec

        apt-mark manual bind9-dnsutils puppet-agent
        apt purge gcc-9-base gcc-10-base
        apt purge gcc-10-base
        apt purge $(dpkg -l | awk '/^rc/ { print $2 }') # purge removed packages
        apt autopurge -y
        apt purge $(deborphan --guess-dummy)