From 4751c14252afcf34eb56077c02877a964d155a36 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Thu, 8 Dec 2016 02:58:05 -0800 Subject: [PATCH] Update examples to fedora-24 QubesOS/qubes-issues#2495 --- managing-os/templates.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/managing-os/templates.md b/managing-os/templates.md index 9d7de876..10d499a5 100644 --- a/managing-os/templates.md +++ b/managing-os/templates.md @@ -85,14 +85,14 @@ Important Notes update a template from dom0 (and thereby lose any user modifications in the existing template), you must first uninstall the existing template from dom0: - $ sudo yum remove qubes-template-fedora-23 + $ sudo yum remove qubes-template-fedora-24 * On XFCE based Dom0, a manual action may be required to remove the "Start Menu" sub-menu of the removed TemplateVM. For example, to remove a dangling sub-menu - for a removed "fedora-21" template, open a Dom0 Terminal and type: + for a removed "fedora-24" template, open a Dom0 Terminal and type: - $ sudo rm ~/.local/share/applications/fedora-21-* + $ sudo rm ~/.local/share/applications/fedora-24-* - Just make sure there are no other TemplateVMs whose names start with "fedora-21" + Just make sure there are no other TemplateVMs whose names start with "fedora-24" or else their menu items will be removed too.