From df80de96be0c5262c7755f983c7f603524cb545a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 5 Nov 2022 17:17:11 -0400 Subject: [PATCH] Weird work around for Fedora, no clue why... lol --- linux-game-manager.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 8c6938e..02e07ff 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -522,7 +522,8 @@ case "${game}" in su -c 'slapt-get -i freedoom gzdoom' elif command -v dnf &> /dev/null ; then sudo dnf copr enable nalika/gzdoom - sudo dnf -q -y install freedoom gzdoom + sudo dnf -q -y install freedoom + sudo dnf -q -y install gzdoom else dialog --backtitle "Linux Game Manager" --msgbox "No supported package managers found. Please install the freedoom and gzdoom packages manually." -1 -1 exit 0