From 787296edab6a4a29742d31334cdcab87d706abae Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 17 Aug 2025 07:20:07 -0400 Subject: [PATCH] Skip pinta until we can resolve the certificate issue on manual build cc @Torxed --- install/apps/xtras.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/apps/xtras.sh b/install/apps/xtras.sh index 19ecdd13..049c5d72 100644 --- a/install/apps/xtras.sh +++ b/install/apps/xtras.sh @@ -7,7 +7,8 @@ if [ -z "$OMARCHY_BARE" ]; then xournalpp localsend-bin # Packages known to be flaky or having key signing issues are run one-by-one - for pkg in pinta typora spotify zoom; do + # FIXME: Add pinta back to this list when we have dealt with certificate issue + for pkg in typora spotify zoom; do yay -S --noconfirm --needed "$pkg" || echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m" done