Merge branch 'deeplow-patch-6'

This commit is contained in:
Andrew David Wong 2020-11-29 11:32:44 -08:00
commit dfe9cf082f
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -22,7 +22,7 @@ To permanently install new software in a TemplateVM:
1. Start the TemplateVM. 1. Start the TemplateVM.
2. Start either a terminal (e.g. `gnome-terminal`) or a dedicated software management application, such as `gpk-application`. 2. Start either a terminal (e.g. `gnome-terminal`) or a dedicated software management application, such as `gpk-application`.
3. Install software as normally instructed inside that operating system (e.g. using `dnf`, or the dedicated GUI application). 3. Install software as normally instructed inside that operating system (e.g. `sudo dnf install <PACKAGE_NAME>` on Fedora, `sudo apt install <PACKAGE_NAME>` on Debian, or with the appropriate GUI application).
4. Shut down the TemplateVM. 4. Shut down the TemplateVM.
5. Restart all [TemplateBasedVMs] based on the TemplateVM. 5. Restart all [TemplateBasedVMs] based on the TemplateVM.
6. (Optional) In the relevant [TemplateBasedVMs]' **Qube Settings**, go to the **Applications** tab, select the new application(s) from the list, and press OK. 6. (Optional) In the relevant [TemplateBasedVMs]' **Qube Settings**, go to the **Applications** tab, select the new application(s) from the list, and press OK.