mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
9 lines
274 B
Bash
Executable File
9 lines
274 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Adding multilib repository for 32-bit compatibility"
|
|
sudo sed -i '/^\s*#\[multilib\]/,/^$/{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 &
|