mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
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:
commit
550b216ce9
|
@ -90,7 +90,17 @@ install_additional_dependencies() {
|
||||||
|
|
||||||
;;
|
;;
|
||||||
*pacman)
|
*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."
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user