Update repository installation in 10-repos.sh

Removed old repository installation commands and added new RPM Fusion repository links.
This commit is contained in:
humocs-man
2026-05-03 21:33:16 +02:00
committed by GitHub
parent 5c5bf7d9c3
commit 82f7f9a195
+3 -4
View File
@@ -1,10 +1,9 @@
#!/usr/bin/bash #!/usr/bin/bash
set -eoux pipefail set -eoux pipefail
dnf5 upgrade -y
dnf5 install -y \ dnf5 install -y \
--nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release \ https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-44.noarch.rpm \
terra-release-mesa \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-44.noarch.rpm
terra-release-multimedia
dnf5 clean all dnf5 clean all