This commit is contained in:
Librewish 2020-10-14 19:35:27 +05:30
parent 723d932c68
commit 59dd350ce4
1 changed files with 2 additions and 4 deletions

View File

@ -77,16 +77,14 @@ elif [ $selection = "6" ]; then
goto "start"
elif [ $selection = "7" ]; then
echo ""
sudo pacman -R pamac-aur pamac-tray-appindicator
sudo pacman -Syu --noconfirm snapd snapd-glib apparmor flatpak pamac-all appimagelauncher
sudo systemctl enable --now snapd
sudo systemctl enable --now apparmor
sudo systemctl enable --now snapd.apparmor
echo ""
echo "Snap & Flatpak support should now be enabled."
goto "start"
elif [ $selection = "8" ]; then
echo ""
sudo pacman -Syu --noconfirm gamemode lib32-gamemode lutris garuda-wine steam steam-native-runtime mangohud proton-tkg-git dxvk-mingw-git
sudo pacman -Syu --noconfirm gamemode lib32-gamemode lutris garuda-wine steam steam-native-runtime mangohud lib32-mangohud proton-tkg-git dxvk-mingw-git
systemctl --user enable --now gamemoded
echo ""
echo "All gaming should now be installed. 🕹"