diff --git a/user/common-tasks/software-update-domu.md b/user/common-tasks/software-update-domu.md index 6be06e59..047f8270 100644 --- a/user/common-tasks/software-update-domu.md +++ b/user/common-tasks/software-update-domu.md @@ -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: ~~~ -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 ~~~