Skip to content

Commit 14f94d2

Browse files
Update core/tabs/system-setup/gaming-setup.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
1 parent 4acc5e1 commit 14f94d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tabs/system-setup/gaming-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ installDepend() {
4040
"$ESCALATION_TOOL" "$PACKAGER" install ffmpeg ffmpeg-libs -y
4141
"$ESCALATION_TOOL" "$PACKAGER" install -y "$DEPENDENCIES"
4242
else
43-
echo "Skipping Fedora 41 Setup To Older setup"
43+
printf "%b\n" "${CYAN}Fedora < 41 detected. Installing rpmfusion repos.${RC}"
4444
"$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
4545
"$ESCALATION_TOOL" "$PACKAGER" config-manager --enable fedora-cisco-openh264 -y
4646
"$ESCALATION_TOOL" "$PACKAGER" install -y "$DEPENDENCIES"

0 commit comments

Comments
 (0)