Verified Commit 3db1963d authored by anarcat's avatar anarcat 💥
Browse files

remove stray &&

parent 374a8a2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ See the "conflicts resolution" section below for how to handle
        dpkg -l 'linux-image*'
        # review obsolete and odd packages
        apt purge '?obsolete'
        apt list "?narrow(?installed, ?not(?codename($(lsb_release -c -s | tail -1))))" &&
        apt list "?narrow(?installed, ?not(?codename($(lsb_release -c -s | tail -1))))"
        printf "End of Step 8\a\n"
        shutdown -r +1 "bookworm upgrade step 8: testing reboots one final time"