Files
fluffy-pancake/build/10-repos.sh
T
humocs-manandGitHub 25b098828d Add dnf5 upgrade command to 10-repos.sh
Added dnf5 upgrade command to the script.
2026-05-01 17:49:02 +02:00

10 lines
294 B
Bash
Executable File

#!/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
dnf5 clean all || true