Skip to content

Commit

Permalink
update the rpmfusion script
Browse files Browse the repository at this point in the history
  • Loading branch information
toothytoad committed Jan 6, 2025
1 parent e795dca commit 1f368b1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions files/scripts/installrpmfusion.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
rpm-ostree install \
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-${OS_VERSION}.noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-${OS_VERSION}.noarch.rpm
#!/usr/bin/env bash

# Tell build process to exit if there are any errors.
set -oue pipefail

rpm -q rpmfusion-free-release || rpm-ostree install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-${OS_VERSION}.noarch.rpm
rpm -q rpmfusion-nonfree-release || rpm-ostree install https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-${OS_VERSION}.noarch.rpm

0 comments on commit 1f368b1

Please sign in to comment.