Skip pinta until we can resolve the certificate issue on manual build

cc @Torxed
This commit is contained in:
David Heinemeier Hansson 2025-08-17 07:20:07 -04:00
parent 029a3a3d37
commit 787296edab

View File

@ -7,7 +7,8 @@ if [ -z "$OMARCHY_BARE" ]; then
xournalpp localsend-bin xournalpp localsend-bin
# Packages known to be flaky or having key signing issues are run one-by-one # 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" || yay -S --noconfirm --needed "$pkg" ||
echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m" echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m"
done done