mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
Update rpm-fusion-setup.sh
Removed useless brackets
This commit is contained in:
parent
728570625e
commit
d89d1e2466
|
@ -7,7 +7,7 @@
|
|||
installRPMFusion() {
|
||||
case $PACKAGER in
|
||||
dnf)
|
||||
if [[ ! -e "/etc/yum.repos.d/rpmfusion-free.repo" ]]; then
|
||||
if [ ! -e "/etc/yum.repos.d/rpmfusion-free.repo" ]; then
|
||||
echo "Installing RPM Fusion..."
|
||||
sudo "$PACKAGER" 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
|
||||
sudo "$PACKAGER" config-manager --enable fedora-cisco-openh264
|
||||
|
|
Loading…
Reference in New Issue
Block a user