mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
Merge pull request #209 from stormseal/fedora
Bugfix: echo incorrectly replaced with $ESCALATION_TOOL
This commit is contained in:
commit
f7bfbd6720
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user