mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-29 15:53:29 -05:00
87a9c20549
qubes-windows-tools currently only exists in the dom0 current-testing repo. According to the dom0 file /etc/yum.repos.d/qubes-dom0.repo, it seems this is by design. If you would prefer to add the package to the current repo instead of this change, that is fine by me. I just wanted to note this in the docs for the next person. `curl -s yum.qubes-os.org/r3.1/current/dom0/fc20/rpm | grep qubes-windows-tools` returns nothing However, current-testing does have it in there: ``` curl -s yum.qubes-os.org/r3.1/current-testing/dom0/fc20/rpm | grep qubes-windows-tools <li><a href="qubes-windows-tools-3.0.3-1.x86_64.rpm"> qubes-windows-tools-3.0.3-1.x86_64.rpm</a></li> <li><a href="qubes-windows-tools-3.0.4-1.x86_64.rpm"> qubes-windows-tools-3.0.4-1.x86_64.rpm</a></li> ```