Skip to content

Commit

Permalink
Update rpm-fusion-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
solomoncyj authored Nov 30, 2024
1 parent 15c40d1 commit 571d3fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/tabs/system-setup/fedora/rpm-fusion-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ installRPMFusion() {
"$ESCALATION_TOOL" "$PACKAGER" config-manager --enable fedora-cisco-openh264
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-nonfree-updates
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-free-updates
printf "%b\n" "${GREEN}RPM Fusion installed and enabled${RC}"
"$ESCALATION_TOOL" "$PACKAGER" rpmfusion-free-release-tainted
"$ESCALATION_TOOL" "$PACKAGER" rpmfusion-nonfree-release-tainted
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-free-release-tainted
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-nonfree-release-tainted
printf "%b\n" "${GREEN}RPM Fusion and Tainted repositories installed and enabled${RC}"
else
printf "%b\n" "${GREEN}RPM Fusion already installed${RC}"
fi
Expand All @@ -26,4 +30,4 @@ installRPMFusion() {

checkEnv
checkEscalationTool
installRPMFusion
installRPMFusion

0 comments on commit 571d3fa

Please sign in to comment.