From 0b7b661d4910056d9c61ea4a92585aa10b14a8c5 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 8 Oct 2018 19:37:21 -0500 Subject: [PATCH] Fix code blocks --- common-tasks/software-update-dom0.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/common-tasks/software-update-dom0.md b/common-tasks/software-update-dom0.md index f70e8ff5..bdb232ee 100644 --- a/common-tasks/software-update-dom0.md +++ b/common-tasks/software-update-dom0.md @@ -40,20 +40,16 @@ Alternatively, command-line tools are available for accomplishing various update To check and install updates for dom0 software: - ~~~ $ sudo qubes-dom0-update - ~~~ ### How to install a specific package To install additional packages in dom0 (usually not recommended): - ~~~ $ sudo qubes-dom0-update anti-evil-maid - ~~~ - You may also pass the `--enablerepo=` option in order to enable optional repositories (see yum configuration in dom0). However, this is only for advanced users who really understand what they are doing. - You can also pass commands to `dnf` using `--action=...`. +You may also pass the `--enablerepo=` option in order to enable optional repositories (see yum configuration in dom0). However, this is only for advanced users who really understand what they are doing. +You can also pass commands to `dnf` using `--action=...`. ### How to downgrade a specific package