mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Adding Steam And Lutris And Goverlay Install For Archlinux
This commit is contained in:
parent
7f15324117
commit
0a9d76b342
|
@ -90,7 +90,17 @@ install_additional_dependencies() {
|
|||
|
||||
;;
|
||||
*pacman)
|
||||
echo "Installing Steam for Arch Linux..."
|
||||
sudo pacman -S --noconfirm steam
|
||||
echo "Steam installation complete."
|
||||
|
||||
echo "Installing Lutris for Arch Linux..."
|
||||
sudo pacman -S --noconfirm lutris
|
||||
echo "Lutris installation complete."
|
||||
|
||||
echo "Installing GOverlay for Arch Linux..."
|
||||
sudo pacman -S --noconfirm goverlay
|
||||
echo "GOverlay installation complete."
|
||||
;;
|
||||
*)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user