Skip to content
Snippets Groups Projects
Verified Commit 73742499 authored by Jérôme Charaoui's avatar Jérôme Charaoui :telescope:
Browse files

fix typo

semicolon causes an error on the shell
parent 9ee4886f
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ See the "conflicts resolution" section below for how to handle
apt clean &&
: review and purge older kernel if the new one boots properly &&
dpkg -l 'linux-image*' | less &&
; review obsolete and odd packages &&
: review obsolete and odd packages &&
apt purge '?obsolete' && apt autopurge &&
apt list "?narrow(?installed, ?not(?codename($(lsb_release -c -s | tail -1))))" &&
printf "End of Step 8\a\n" &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment