Skip to content

Commit b634cde

Browse files
authored
Update rpm-fusion-setup.sh
1 parent 571d3fa commit b634cde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/tabs/system-setup/fedora/rpm-fusion-setup.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ installRPMFusion() {
1313
"$ESCALATION_TOOL" "$PACKAGER" config-manager --enable fedora-cisco-openh264
1414
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-nonfree-updates
1515
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-free-updates
16-
"$ESCALATION_TOOL" "$PACKAGER" rpmfusion-free-release-tainted
17-
"$ESCALATION_TOOL" "$PACKAGER" rpmfusion-nonfree-release-tainted
16+
"$ESCALATION_TOOL" "$PACKAGER" install rpmfusion-free-release-tainted rpmfusion-nonfree-release-tainted -y
1817
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-free-release-tainted
1918
"$ESCALATION_TOOL" "$PACKAGER" config-manager --set-enabled rpmfusion-nonfree-release-tainted
2019
printf "%b\n" "${GREEN}RPM Fusion and Tainted repositories installed and enabled${RC}"

0 commit comments

Comments
 (0)