Bugfix rpm-fusion-setup.sh

changed wrong $ESCALATION_TOOL to correct echo
This commit is contained in:
stormseal 2024-08-29 11:46:18 +02:00 committed by GitHub
parent 1825b984ad
commit 9ffd6535dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ installRPMFusion() {
echo "Installing RPM Fusion..." echo "Installing RPM Fusion..."
$ESCALATION_TOOL "$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 $ESCALATION_TOOL "$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
$ESCALATION_TOOL "$PACKAGER" config-manager --enable fedora-cisco-openh264 $ESCALATION_TOOL "$PACKAGER" config-manager --enable fedora-cisco-openh264
$ESCALATION_TOOL "RPM Fusion installed" echo "RPM Fusion installed"
else else
echo "RPM Fusion already installed" echo "RPM Fusion already installed"
fi fi