Added freedm to installed packages for Arch.

This commit is contained in:
Storm Dragon 2024-03-03 21:03:55 -05:00
parent c7f4f546d8
commit a6233c583b

View File

@ -674,7 +674,7 @@ case "${game}" in
dialog --backtitle "Linux Game Manager" \
--yesno "Do you want Linux Game Manager to install freedoom and gzdoom for you? If you want to do this manually, select no." -1 -1 --stdout || exit 0
if command -v yay &> /dev/null ; then
yay -Sy --noconfirm --sudoloop freedoom gzdoom
yay -Sy --noconfirm --sudoloop freedoom gzdoom freedm
elif command -v slapt-src &> /dev/null ; then
su -c 'slapt-src -i freedoom gzdoom'
elif command -v dnf &> /dev/null ; then