mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Update 2-gaming-setup.sh
fixes for pacman
This commit is contained in:
parent
0d5b2cea26
commit
2c8d56ac9c
|
@ -91,15 +91,15 @@ install_additional_dependencies() {
|
|||
;;
|
||||
*pacman)
|
||||
echo "Installing Steam for Arch Linux..."
|
||||
sudo pacman -S steam
|
||||
sudo pacman -S --needed --noconfirm steam
|
||||
echo "Steam installation complete."
|
||||
|
||||
echo "Installing Lutris for Arch Linux..."
|
||||
sudo pacman -S --noconfirm lutris
|
||||
sudo pacman -S --needed --noconfirm lutris
|
||||
echo "Lutris installation complete."
|
||||
|
||||
echo "Installing GOverlay for Arch Linux..."
|
||||
sudo pacman -S --noconfirm goverlay
|
||||
sudo pacman -S --needed --noconfirm goverlay
|
||||
echo "GOverlay installation complete."
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue
Block a user