From ffe8997fad7b80e41be873a244137021c2fa310e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 09:31:42 +0200 Subject: [PATCH] Pinta install seems to work fine now --- install/apps/xtras.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/apps/xtras.sh b/install/apps/xtras.sh index 5cae6785..bab1f780 100644 --- a/install/apps/xtras.sh +++ b/install/apps/xtras.sh @@ -7,8 +7,7 @@ if [ -z "$OMARCHY_BARE" ]; then xournalpp localsend-bin # Packages known to be flaky or having key signing issues are run one-by-one - # FIXME: Add pinta back to this list when we have dealt with certificate issue - for pkg in typora spotify; do + for pkg in typora spotify pinta; do yay -S --noconfirm --needed "$pkg" || echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m" done