Make sure the user gets a chance to actually pick the graphics options

Closes #3585
This commit is contained in:
David Heinemeier Hansson
2025-11-24 09:30:10 +01:00
parent 3765417d9a
commit 8f3f89fdfd

View File

@@ -3,5 +3,5 @@
set -e set -e
echo "Now pick dependencies matching your graphics card" echo "Now pick dependencies matching your graphics card"
sudo pacman -S --noconfirm steam sudo pacman -S steam
setsid gtk-launch steam >/dev/null 2>&1 & setsid gtk-launch steam >/dev/null 2>&1 &