From fce4edff230cccf8e006a6a5e7b43ce9356bbb2e Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 3 May 2025 09:16:10 +0200 Subject: [PATCH] Updated script --- update_arch.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update_arch.sh b/update_arch.sh index 239bb1e..e905639 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -406,8 +406,10 @@ 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 libsurvive-git + yay --noconfirm -S --needed --aur monado-git yay --noconfirm -S --needed --aur monado-vulkan-layers-git + yay --noconfirm -S --needed --aur envision-xr-git yay --noconfirm -S --needed --aur alvr-nvidia yay --noconfirm -S --needed --aur wlx-overlay-s-git fi