mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
10 lines
261 B
Bash
Executable File
10 lines
261 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Adding multilib repository for 32-bit compatibility"
|
|
sudo sed -i '/^\s*#\[multilib\]/,/^$/{s/^\s*#//}' /etc/pacman.conf
|
|
sudo pacman -Sy
|
|
|
|
echo "Now pick dependencies matching your graphics card"
|
|
yay -S steam
|
|
gtk-launch steam >/dev/null 2>&1 &
|