This commit is contained in:
Ryan Hughes
2025-09-21 23:56:08 -04:00
parent d3edcfc282
commit 9b02c9f651
2 changed files with 2 additions and 2 deletions

View File

@@ -300,11 +300,11 @@ show_install_ai_menu() {
show_install_gaming_menu() {
case $(menu "Install" "Omarchy Gaming Helper\n Steam\n RetroArch [AUR]\n󰍳 Minecraft\n Heroic Launcher\n Lutris") in
*Omarchy Gaming Helper*) present_terminal omarchy-setup-gaming ;;
*Omarchy*) present_terminal omarchy-setup-gaming ;;
*Steam*) present_terminal omarchy-install-steam ;;
*RetroArch*) aur_install_and_launch "RetroArch" "retroarch retroarch-assets libretro libretro-fbneo" "com.libretro.RetroArch.desktop" ;;
*Minecraft*) aur_install_and_launch "Minecraft [AUR]" "minecraft-launcher" "minecraft-launcher" ;;
*Heroic Launcher*) aur_install_and_launch "Heroic Launcher" "heroic-games-launcher-bin" "heroic" ;;
*Heroic*) aur_install_and_launch "Heroic Launcher" "heroic-games-launcher-bin" "heroic" ;;
*Lutris*) aur_install_and_launch "Lutris" "lutris" "lutris" ;;
*) show_install_menu ;;
esac

0
bin/omarchy-setup-gaming Normal file → Executable file
View File