From a6233c583baa4947520e2f79ad3fd816b843c503 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 3 Mar 2024 21:03:55 -0500 Subject: [PATCH] Added freedm to installed packages for Arch. --- linux-game-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index df434bb..6e0b2c1 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -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