diff --git a/install/xtras.sh b/install/xtras.sh index 77eeb87..32b7920 100644 --- a/install/xtras.sh +++ b/install/xtras.sh @@ -4,7 +4,10 @@ if [ -z "$OMARCHY_BARE" ]; then yay -S --noconfirm --needed \ gnome-calculator gnome-keyring signal-desktop \ obsidian-bin libreoffice obs-studio kdenlive \ - pinta xournalpp localsend-bin + xournalpp localsend-bin + + yay -S --noconfirm --needed pinta || + echo -e "\e[31mFailed to install Pinta. Continuing without!\e[0m" yay -S --noconfirm --needed typora || echo -e "\e[31mFailed to install Typora. Continuing without!\e[0m"