Group all gaming installers together

This commit is contained in:
David Heinemeier Hansson
2026-05-04 09:13:33 +02:00
parent d0e3e76df9
commit 5b288f1e28
7 changed files with 7 additions and 7 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
# omarchy:summary=Install and launch Geforce Now.
set -e
omarchy-pkg-add flatpak
cd /tmp
# Download and run GeForce NOW
curl -LO https://international.download.nvidia.com/GFNLinux/GeForceNOWSetup.bin
chmod +x GeForceNOWSetup.bin
./GeForceNOWSetup.bin
# Ensure a separate browser process not started by GFN is available.
# If not, it seems like GFN has a tendency to hang on login.
setsid omarchy-launch-browser