mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
9 lines
283 B
Bash
Executable File
9 lines
283 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Adding multilib repository for 32-bit compatibility"
|
|
sudo sed -i '/^#\s*\[multilib\]/,/^#\s*Include/ s/^#\s*//' /etc/pacman.conf
|
|
|
|
echo "Now pick dependencies matching your graphics card"
|
|
sudo pacman -Syu --noconfirm steam
|
|
setsid gtk-launch steam >/dev/null 2>&1 &
|