Initial import: Lua config, trimmed omarchy scripts, theme system
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# archypr:summary=Install Steam and graphics drivers selected for this system
|
||||
# archypr:requires-sudo=true
|
||||
|
||||
set -e
|
||||
|
||||
echo "Installing Steam..."
|
||||
archypr-kg-add steam
|
||||
archypr-nstall-gaming-gpu-lib32
|
||||
|
||||
echo ""
|
||||
echo "Steam will start automatically now. This might take a while..."
|
||||
|
||||
setsid gtk-launch steam >/dev/null 2>&1 &
|
||||
Reference in New Issue
Block a user