From d41b4c3510c7f5975881bb5515ba144fe795315a Mon Sep 17 00:00:00 2001 From: Galland Date: Wed, 16 Mar 2016 14:09:42 +0100 Subject: [PATCH] added upgrade command to get repo metadata --- common-tasks/software-update-vm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/common-tasks/software-update-vm.md b/common-tasks/software-update-vm.md index 8fd61398..e9a2da6b 100644 --- a/common-tasks/software-update-vm.md +++ b/common-tasks/software-update-vm.md @@ -145,5 +145,6 @@ If you would like to enable the [RPM Fusion](http://rpmfusion.org/) repository: ~~~ sudo dnf install --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm sudo dnf config-manager --set-enabled rpmfusion-free rpmfusion-nonfree +sudo dnf upgrade --refresh ~~~