diff --git a/update_arch.sh b/update_arch.sh index 3319df6..589eef3 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