From 323b8901f74c93feaccd18584de514711050bf97 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Thu, 7 Aug 2025 14:55:09 +0200 Subject: [PATCH] Updated scripts --- update_arch.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update_arch.sh b/update_arch.sh index 3ef18d0..f302259 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -334,8 +334,9 @@ EOT if [ "$HOSTNAME" == "CMBOX" ]; then printf -- '\033[33m Installing CMBOX specific utilities\n\033[37m' - sudo pacman -S --noconfirm --needed onnxruntime - yay --noconfirm -S --needed --aur opentrack-git + sudo pacman -S --noconfirm --needed onnxruntime qt6-serialport cameractrls qt6-5compat + yay --noconfirm -S --needed --aur openmpi + # yay --noconfirm -S --needed --aur opentrack-git fi fi