Updated scripts

This commit is contained in:
2025-04-30 23:30:54 +02:00
parent 2dc09ee08a
commit fbbd7e5d48
2 changed files with 6 additions and 5 deletions

View File

@@ -405,10 +405,11 @@ fi
# Install vr utility
if [ "$VR" == "yes" ]; then
printf -- '\033[33m Installing vr utilities\n\033[37m'
sudo pacman -S --noconfirm --needed cli11 glib2-devel nlohmann-json
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
fi
printf -- '\033[32m \n\n***** Update complete! Please reboot. *****\n\n\033[37m'