Updated scripts
This commit is contained in:
parent
647cae63e3
commit
eab8b6b3ad
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user