Files
fluffy-pancake/build/10-repos.sh
T

10 lines
267 B
Bash
Raw Normal View History

#!/usr/bin/bash
set -eoux pipefail
2026-05-01 17:49:02 +02:00
dnf5 install -y \
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-44.noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-44.noarch.rpm
2026-05-01 19:28:42 +02:00
2026-05-03 22:05:50 +02:00
dnf5 -y distro-sync && dnf5 -y makecache