Files
blomarchy/bin/blob-install-gaming-steam

16 lines
333 B
Bash
Executable File

#!/bin/bash
# blob:summary=Install Steam and graphics drivers selected for this system
# blob:requires-sudo=true
set -e
echo "Installing Steam..."
blob-pkg-add steam
blob-install-gaming-gpu-lib32
echo ""
echo "Steam will start automatically now. This might take a while..."
setsid uwsm-app -- gtk-launch steam >/dev/null 2>&1 &