Verified Commit e303264d authored by anarcat's avatar anarcat
Browse files

show dsa-check-packages last, so it is more visible

parent 77b96ffc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -154,11 +154,11 @@ See the "conflicts resolution" section below for how to handle
        apt purge $(deborphan --guess-dummy | grep -v python-is-python2)
        while deborphan -n | grep -v python-is-python2 | grep -q . ; do apt purge $(deborphan -n | grep -v python-is-python2); done
        apt autoremove -y --purge
        # review obsolete and odd packages
        dsa-check-packages | tr -d ,
        apt clean
        # review and purge older kernel if the new one boots properly
        dpkg -l 'linux-image*'
        # review obsolete and odd packages
        dsa-check-packages | tr -d ,
        printf "End of Step 8\a\n"
        shutdown -r +1 "bullseye upgrade step 8: testing reboots one final time"