6 lines
242 B
Bash
6 lines
242 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
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
|