From 0b7a8b76fdb57f69b86b97bbf2d42a0241a4b03b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 26 Oct 2022 17:42:24 -0400 Subject: [PATCH] Added sudoloop to the yay command so it won't fail to install after building. --- 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 4807f4e..4e91c49 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -516,7 +516,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 freedoom gzdoom + yay -Sy --noconfirm --sudoloop freedoom 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