Skip to content

Commit

Permalink
chore(akmods): Use already available OS_VERSION string instead of man…
Browse files Browse the repository at this point in the history
…ually getting one
  • Loading branch information
fiftydinar authored Oct 6, 2024
1 parent a7f0212 commit 079ca81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/akmods/akmods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ SET_HIGHER_PRIORITY_AKMODS_REPO() {

INSTALL_RPM_FUSION() {
rpm-ostree install \
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
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
}

UNINSTALL_RPM_FUSION() {
Expand Down

0 comments on commit 079ca81

Please sign in to comment.