From d517992c8d778623518539685a0a9c1aae7da136 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Fri, 5 Sep 2025 14:14:12 +0200 Subject: [PATCH] Updated scripts --- update_arch.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update_arch.sh b/update_arch.sh index f8178b4..df8ff8f 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -304,10 +304,12 @@ if [ "${ROLES[DESKTOP_BASE]}" == "yes" ]; then flatpak install -y flathub com.behringer.XAirEdit flatpak install -y flathub com.github.vikdevelop.timer flatpak install -y flathub io.github.efogdev.mpris-timer - yay --noconfirm -S --needed --aur brave-bin wlvncc + flatpak install -y flathub org.remmina.Remmina + yay --noconfirm -S --needed --aur brave-bin printf -- '\033[33m Installing other fonts\n\033[37m' sudo pacman --noconfirm --needed -S noto-fonts poppler-data adobe-source-code-pro-fonts +fi if [ "${ROLES[DESKTOP_WORK]}" == "yes" ]; then printf -- '\033[33m Installing desktop work utilities\n\033[37m'