mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Enable RPMFusion repos as well on rpmfusion script (#612)
* Enable RPMFusion repos as well on rpmfusion script * Eyesight is poor
This commit is contained in:
parent
07583e3cc6
commit
9b2dd489aa
|
@ -11,7 +11,9 @@ installRPMFusion() {
|
|||
printf "%b\n" "${YELLOW}Installing RPM Fusion...${RC}"
|
||||
"$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
|
||||
printf "%b\n" "${GREEN}RPM Fusion installed${RC}"
|
||||
"$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}"
|
||||
else
|
||||
printf "%b\n" "${GREEN}RPM Fusion already installed${RC}"
|
||||
fi
|
||||
|
@ -24,4 +26,4 @@ installRPMFusion() {
|
|||
|
||||
checkEnv
|
||||
checkEscalationTool
|
||||
installRPMFusion
|
||||
installRPMFusion
|
Loading…
Reference in New Issue
Block a user