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
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
# omarchy:summary=Install Steam and graphics drivers selected for this system
# omarchy:requires-sudo=true
set -e
omarchy-pkg-add steam
omarchy-install-gaming-gpu-lib32
echo ""
echo "Steam will start automatically now. This might take a while..."
setsid gtk-launch steam >/dev/null 2>&1 &