Skip to content

Commit

Permalink
Update core/tabs/system-setup/fedora/rpm-fusion-setup.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Jeevitha Kannan K S <[email protected]>
  • Loading branch information
solomoncyj and jeevithakannan2 authored Nov 30, 2024
1 parent b634cde commit 280b709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/system-setup/fedora/rpm-fusion-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ installRPMFusion() {
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-nonfree-updates
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-free-updates
"$ESCALATION_TOOL" "$PACKAGER" install rpmfusion-free-release-tainted rpmfusion-nonfree-release-tainted -y
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-free-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
Expand Down

0 comments on commit 280b709

Please sign in to comment.