From 5926d887b3cfc0d6e5735ecb61fcc87daa490f59 Mon Sep 17 00:00:00 2001 From: m <3440586+maiska@users.noreply.github.com> Date: Sun, 11 Aug 2024 09:29:41 -0400 Subject: [PATCH] preparation rst conversion --- user/templates/templates.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user/templates/templates.md b/user/templates/templates.md index d12e5585..74d73b9a 100644 --- a/user/templates/templates.md +++ b/user/templates/templates.md @@ -107,6 +107,7 @@ when you wish to install a fresh template from the Qubes repositories, e.g.: You can use a command line tool - `qvm-template` - or a GUI - `qvm-template-gui`. At the command line in dom0, `qvm-template list --available` will show available templates. To install a template, use: + ``` $ qvm-template install ``` @@ -116,9 +117,11 @@ You can also use `qvm-template` to upgrade or reinstall templates. Repo definitions are stored in `/etc/qubes/repo-templates` and associated keys in `/etc/qubes/repo-templates/keys`. There are additional repos for testing releases and community templates. To temporarily enable any of these repos, use the `--enablerepo=` option. E.g. : + ``` $ qvm-template --enablerepo qubes-templates-community install ``` + To permanently enable a repo, set the line `enabled = 1` in the repo definition in `/etc/qubes/repo-templates`. To permanently disable, set the line to `enabled = 0`.