From 6f2bd69e980c588edeff6d5a7f5983f1efa51608 Mon Sep 17 00:00:00 2001 From: Axon Date: Mon, 4 Jan 2016 22:31:32 +0000 Subject: [PATCH] Fix code blocks --- common-tasks/software-update-dom0.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.