Update repository installation in 10-repos.sh
Removed old repository installation commands and added new RPM Fusion repository links.
This commit is contained in:
+3
-4
@@ -1,10 +1,9 @@
|
||||
#!/usr/bin/bash
|
||||
set -eoux pipefail
|
||||
dnf5 upgrade -y
|
||||
|
||||
|
||||
dnf5 install -y \
|
||||
--nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release \
|
||||
terra-release-mesa \
|
||||
terra-release-multimedia
|
||||
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-44.noarch.rpm \
|
||||
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-44.noarch.rpm
|
||||
|
||||
dnf5 clean all
|
||||
|
||||
Reference in New Issue
Block a user