From eab8b6b3adfa3fd746eb074ca7c88401d3eaf132 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Fri, 1 Aug 2025 18:32:56 +0200 Subject: [PATCH] Updated scripts --- update_arch.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/update_arch.sh b/update_arch.sh index 2514fff..b11b104 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -238,7 +238,7 @@ if [ "${ROLES[TERMINAL]}" == "yes" ]; then if pacman -Qs gnu-free-fonts >/dev/null; then sudo pacman --noconfirm -R gnu-free-fonts fi - sudo pacman --noconfirm --needed -S lazygit alacritty btop ranger tmux fd neovim ttf-nerd-fonts-symbols ttf-roboto-mono-nerd gdu ruby bottom go php luarocks composer jdk-openjdk julia nodejs npm + sudo pacman --noconfirm --needed -S dysk lazygit alacritty btop ranger tmux fd neovim ttf-nerd-fonts-symbols ttf-roboto-mono-nerd gdu ruby bottom go php luarocks composer jdk-openjdk julia nodejs npm sudo npm install -g neovim @@ -331,6 +331,12 @@ EOT sudo udevadm trigger sudo setcap cap_sys_admin+p $(readlink -f $(which sunshine)) sudo systemctl daemon-reload + + 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 + fi fi if [ "${ROLES[DESKTOP_WORK]}" == "yes" ]; then