We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acc5e1 commit 14f94d2Copy full SHA for 14f94d2
core/tabs/system-setup/gaming-setup.sh
@@ -40,7 +40,7 @@ installDepend() {
40
"$ESCALATION_TOOL" "$PACKAGER" install ffmpeg ffmpeg-libs -y
41
"$ESCALATION_TOOL" "$PACKAGER" install -y "$DEPENDENCIES"
42
else
43
- echo "Skipping Fedora 41 Setup To Older setup"
+ printf "%b\n" "${CYAN}Fedora < 41 detected. Installing rpmfusion repos.${RC}"
44
"$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 -y
45
"$ESCALATION_TOOL" "$PACKAGER" config-manager --enable fedora-cisco-openh264 -y
46
0 commit comments