chore(akmods): Use already available OS_VERSION string instead of manually getting one
This commit is contained in:
parent
a7f021283c
commit
079ca81d45
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue