Add missing step to R3.1->R3.2 upgrade instruction

This commit is contained in:
Marek Marczykowski-Górecki 2016-09-06 18:58:58 +02:00
parent e99688b405
commit 7a5c830646
No known key found for this signature in database
GPG Key ID: F32894BE9684938A

View File

@ -128,7 +128,11 @@ repeated in **all** the user's Template and Standalone VMs.
sudo dnf upgrade --refresh sudo dnf upgrade --refresh
4. Shut down the template VM. 4. Add new packages (only needed in default template):
sudo dnf install qubes-mgmt-salt-vm-connector
5. Shut down the template VM.
### Upgrade Debian (and Whonix) templates: ### ### Upgrade Debian (and Whonix) templates: ###
@ -147,10 +151,14 @@ repeated in **all** the user's Template and Standalone VMs.
sudo apt-get update sudo apt-get update
sudo apt-get dist-upgrade sudo apt-get dist-upgrade
4. Remove unnecessary now file: 4. Add new packages (only needed in default template):
sudo dnf install qubes-mgmt-salt-vm-connector
5. Remove unnecessary now file:
sudo rm -f /etc/apt/sources.list.d/qubes-r3-upgrade.list sudo rm -f /etc/apt/sources.list.d/qubes-r3-upgrade.list
5. Shut down the template VM. 6. Shut down the template VM.