Merge pull request #173 from Nightmare1984/Adding-Steam-And-Lutris-And-Goverlay-Install-For-Archlinux

Adding Steam And Lutris And Goverlay Install For Archlinux
This commit is contained in:
Chris Titus 2024-08-28 20:42:43 -05:00 committed by GitHub
commit 550b216ce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,17 @@ install_additional_dependencies() {
;;
*pacman)
echo "Installing Steam for Arch Linux..."
$ESCALATION_TOOL pacman -S --needed --noconfirm steam
echo "Steam installation complete."
echo "Installing Lutris for Arch Linux..."
$ESCALATION_TOOL pacman -S --needed --noconfirm lutris
echo "Lutris installation complete."
echo "Installing GOverlay for Arch Linux..."
$ESCALATION_TOOL pacman -S --needed --noconfirm goverlay
echo "GOverlay installation complete."
;;
*)