Fix code blocks

This commit is contained in:
Axon 2016-01-04 22:31:32 +00:00
parent 93e8ed206e
commit 6f2bd69e98
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -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.