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

11 lines
234 B
Bash
Raw Normal View History

#!/usr/bin/bash
set -eoux pipefail
dnf5 upgrade -y
2026-05-01 17:49:02 +02:00
dnf5 install -y \
--nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release \
terra-release-mesa \
terra-release-multimedia
2026-05-01 19:28:42 +02:00
dnf5 clean all