mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-26 06:46:04 +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)
|
*pacman)
|
||||||
echo "Installing Steam for Arch Linux..."
|
echo "Installing Steam for Arch Linux..."
|
||||||
sudo pacman -S steam
|
sudo pacman -S --needed --noconfirm steam
|
||||||
echo "Steam installation complete."
|
echo "Steam installation complete."
|
||||||
|
|
||||||
echo "Installing Lutris for Arch Linux..."
|
echo "Installing Lutris for Arch Linux..."
|
||||||
sudo pacman -S --noconfirm lutris
|
sudo pacman -S --needed --noconfirm lutris
|
||||||
echo "Lutris installation complete."
|
echo "Lutris installation complete."
|
||||||
|
|
||||||
echo "Installing GOverlay for Arch Linux..."
|
echo "Installing GOverlay for Arch Linux..."
|
||||||
sudo pacman -S --noconfirm goverlay
|
sudo pacman -S --needed --noconfirm goverlay
|
||||||
echo "GOverlay installation complete."
|
echo "GOverlay installation complete."
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user