Update software-update-domu.md

When adding rpmfusion repositories it's important to add the related update repositories, too.
This commit is contained in:
ghijg 2020-08-21 17:55:37 +02:00 committed by GitHub
parent bad0dbd97b
commit 4f7e1d81bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ The following sections cover advanced topics pertaining to installing and updati
If you would like to enable the [RPM Fusion] repository, open a Terminal of the TemplateVM and type the following commands: If you would like to enable the [RPM Fusion] repository, open a Terminal of the TemplateVM and type the following commands:
~~~ ~~~
sudo dnf config-manager --set-enabled rpmfusion-free rpmfusion-nonfree sudo dnf config-manager --set-enabled rpmfusion-free rpmfusion-nonfree rpmfusion-free-updates rpmfusion-nonfree-updates
sudo dnf upgrade --refresh sudo dnf upgrade --refresh
~~~ ~~~