diff --git a/common-tasks/software-update-dom0.md b/common-tasks/software-update-dom0.md index 681a331d..d521ab56 100644 --- a/common-tasks/software-update-dom0.md +++ b/common-tasks/software-update-dom0.md @@ -70,15 +70,15 @@ Of course, command line tools are still available for accomplishing various upda Install newer kernel. The following example installs kernel 3.19 and was tested on Qubes R3 RC1. - ~~~ - sudo qubes-dom0-update kernel-3.19* - ~~~ +~~~ +sudo qubes-dom0-update kernel-3.19* +~~~ Rebuild grub config. - ~~~ - sudo grub2-mkconfig -o /boot/grub2/grub.cfg - ~~~ +~~~ +sudo grub2-mkconfig -o /boot/grub2/grub.cfg +~~~ Reboot required.