From 61c0bfd22b888ebbc46f0765d3cfc2134ea8582f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 17 Jul 2025 16:29:06 -0700 Subject: [PATCH] Seems like pinta can unfortunately also be a bit flaky! --- install/xtras.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"