Merge pull request #209 from stormseal/fedora

Bugfix: echo incorrectly replaced with $ESCALATION_TOOL
This commit is contained in:
Chris Titus 2024-08-29 08:52:28 -05:00 committed by GitHub
commit f7bfbd6720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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