Add dnf5 upgrade command to 10-repos.sh
Added dnf5 upgrade command to the script.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
set -eoux pipefail
|
||||
dnf5 upgrade -y
|
||||
|
||||
dnf5 install -y \
|
||||
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
|
||||
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
|
||||
Reference in New Issue
Block a user