Updated scripts

This commit is contained in:
2025-05-03 20:57:20 +02:00
parent ed2a3ae710
commit 0fd94af432
5 changed files with 32 additions and 3 deletions

View File

@@ -323,6 +323,7 @@ if [ "${ROLES[DESKTOP_BASE]}" == "yes" ]; then
flatpak install -y flathub io.github.equicord.equibop
flatpak install -y flathub com.behringer.XAirEdit
flatpak install -y flathub com.moonlight_stream.Moonlight
flatpak install -y flathub com.github.vikdevelop.timer
yay --noconfirm -S --needed --aur brave-bin
printf -- '\033[33m Installing NerdFonts\n\033[37m'
@@ -385,9 +386,9 @@ if [ "${ROLES[GAME]}" == "yes" ]; then
fi
fi
# Install vr utility
# Install VR utility
if [ "${ROLES[VR]}" == "yes" ]; then
printf -- '\033[33m Installing vr utilities\n\033[37m'
printf -- '\033[33m Installing VR utilities\n\033[37m'
sudo pacman -S --noconfirm --needed cli11 glib2-devel nlohmann-json glew
yay --noconfirm -S --needed --aur monado-vulkan-layers-git
yay --noconfirm -S --needed --aur wlx-overlay-s-git
@@ -406,9 +407,12 @@ if [ "${ROLES[LAB]}" == "yes" ]; then
cd~ && wget "https://git.cmtec.se/cm/spm6103_viewer/-/raw/main/spm6103_viewer.py?ref_type=heads&inline=false"
fi
# Install BT utility
if [ "${ROLES[BT]}" == "yes" ]; then
sudo pacman -S --noconfirm --neededs bluez bluez-utils blueman
printf -- '\033[33m Installing BT utilities\n\033[37m'
sudo pacman -S --noconfirm --needed bluez bluez-utils blueman
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
fi
printf -- '\033[32m \n\n***** Update complete! Please reboot. *****\n\n\033[37m'