From e45c756e565e5d4e687d3cb5a2d0a7ab9f3163e1 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Tue, 27 Nov 2018 00:59:03 -0500 Subject: [PATCH] Clarify in-VM yum testing instructions too --- common-tasks/software-update-vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-tasks/software-update-vm.md b/common-tasks/software-update-vm.md index cffba2f1..3028d89a 100644 --- a/common-tasks/software-update-vm.md +++ b/common-tasks/software-update-vm.md @@ -68,7 +68,7 @@ sudo dnf upgrade --enablerepo=qubes-vm-*-security-testing sudo dnf upgrade --enablerepo=qubes-vm-*-unstable ~~~ -To enable or disable any of these repos permanently, change the corresponding boolean in `/etc/yum.repos.d/qubes-*.repo`. +To enable or disable any of these repos permanently, change the corresponding `enabled` value to `1` in `/etc/yum.repos.d/qubes-*.repo`. ### Debian ###