diff --git a/update_arch.sh b/update_arch.sh index 239bb1e..8f0d4dc 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -49,7 +49,7 @@ if [ "$HOSTNAME" == "SIMONBOX" ]; then DESKTOP_BASE="yes" NVIDIA_1080_GPU="yes" TERMINAL="yes" - KDE="yes" + HYPERLAND="yes" fi echo -e ' \e[H\e[2J @@ -392,9 +392,9 @@ fi # Install game utility if [ "$GAME" == "yes" ]; then printf -- '\033[33m Installing game utilities\n\033[37m' + sudo pacman -S --noconfirm --needed wine winetricks wine-mono wine-gecko sudo pacman -S --noconfirm --needed steam yay --noconfirm -S --needed --aur protonup-qt protontricks - sudo pacman -S --noconfirm --needed wine-staging winetricks wine-mono wine-gecko yay --noconfirm -S --needed --aur lug-helper yay --noconfirm -S --needed --aur opentrack-git yay --noconfirm -S --needed --aur openmpi @@ -406,10 +406,8 @@ fi if [ "$VR" == "yes" ]; then printf -- '\033[33m Installing vr utilities\n\033[37m' sudo pacman -S --noconfirm --needed bc git-lfs cli11 glib2-devel nlohmann-json - yay --noconfirm -S --needed --aur envision-xr-git yay --noconfirm -S --needed --aur monado-vulkan-layers-git - yay --noconfirm -S --needed --aur alvr-nvidia - yay --noconfirm -S --needed --aur wlx-overlay-s-git + yay --noconfirm -S --needed --aur envision-xr-git fi printf -- '\033[32m \n\n***** Update complete! Please reboot. *****\n\n\033[37m'