Weird work around for Fedora, no clue why... lol
This commit is contained in:
parent
a2b67035a6
commit
df80de96be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user