Files
arthur-os/bin/omarchy-install-steam
2026-04-28 12:03:46 -04:00

11 lines
249 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Install Steam and graphics drivers selected for this system
# omarchy:requires-sudo=true
set -e
echo "Now pick dependencies matching your graphics card"
sudo pacman -S steam
setsid gtk-launch steam >/dev/null 2>&1 &