Weird work around for Fedora, no clue why... lol

This commit is contained in:
Storm Dragon 2022-11-05 17:17:11 -04:00
parent a2b67035a6
commit df80de96be

View File

@ -522,7 +522,8 @@ case "${game}" in
su -c 'slapt-get -i freedoom gzdoom' su -c 'slapt-get -i freedoom gzdoom'
elif command -v dnf &> /dev/null ; then elif command -v dnf &> /dev/null ; then
sudo dnf copr enable nalika/gzdoom 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 else
dialog --backtitle "Linux Game Manager" --msgbox "No supported package managers found. Please install the freedoom and gzdoom packages manually." -1 -1 dialog --backtitle "Linux Game Manager" --msgbox "No supported package managers found. Please install the freedoom and gzdoom packages manually." -1 -1
exit 0 exit 0