From 3359c4f90e667e8b5dee683052b2234525800b57 Mon Sep 17 00:00:00 2001 From: "Ryan A. Chapman" Date: Tue, 24 May 2016 22:30:34 -0600 Subject: [PATCH] Add note to try testing repo if stable does not work --- managing-os/windows-appvms.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/managing-os/windows-appvms.md b/managing-os/windows-appvms.md index 36d60741..64ab4524 100644 --- a/managing-os/windows-appvms.md +++ b/managing-os/windows-appvms.md @@ -38,6 +38,15 @@ Installing Qubes guest tools in Windows 7 VMs First, make sure that `qubes-windows-tools` is installed in your system: ~~~ +sudo qubes-dom0-update qubes-windows-tools +~~~ + +(If the above command does not work, it could be that the Qubes Tools are not in the stable repo yet. Try installing from the testing repo instead.) + +You can also install the package from testing repositories, where we usually publish new versions first: + +~~~ +-qubes-dom0-update --enablerepo=qubes*testing qubes-windows-tools sudo qubes-dom0-update --enablerepo=qubes*testing qubes-windows-tools ~~~