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
|
#!/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
|
||||||
|
|||||||
Reference in New Issue
Block a user