Remove extra AppVM restart

Implement comments by @marmarek that an AppVM shutdown is unneeded and the AppVM will just be restarted by dom0 in the following step of the install process.
This commit is contained in:
Matthew Roy 2019-11-19 12:36:36 -05:00 committed by GitHub
parent 74744e8cb0
commit d457c3009f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,10 +250,7 @@ Shutdown the TemplateVM:
```shell_session ```shell_session
[user@snap-demo-AppVM ~]$ snap install <package> [user@snap-demo-AppVM ~]$ snap install <package>
``` ```
when the install is complete shutdown the AppVM: When the install is complete you can close the terminal window.
```shell_session
[user@snap-demo-AppVM ~]$ sudo shutdown -h now
```
3. Refresh the Applications list for the AppVM. 3. Refresh the Applications list for the AppVM.
In the Qubes Menu for the **AppVM*** launch the Qube Settings. In the Qubes Menu for the **AppVM*** launch the Qube Settings.