dnf -> yum

f21 errors on using dnf because it is not yet the default package manager.
This commit is contained in:
Michael Carbone 2016-02-17 12:38:12 -05:00
parent 635aeab7dc
commit d2a97d253c

View File

@ -38,11 +38,11 @@ section should be repeated in **all** the user's Template and Standalone VMs.
2. Install the `qubes-upgrade-vm` package: 2. Install the `qubes-upgrade-vm` package:
sudo dnf install --enablerepo=qubes-vm-r3.0-current-testing qubes-upgrade-vm sudo yum install --enablerepo=qubes-vm-r3.0-current-testing qubes-upgrade-vm
3. Proceed with a normal upgrade in the template: 3. Proceed with a normal upgrade in the template:
sudo dnf upgrade sudo yum upgrade
4. Shut down the template VM. 4. Shut down the template VM.