Seems like pinta can unfortunately also be a bit flaky!

This commit is contained in:
David Heinemeier Hansson
2025-07-17 16:29:06 -07:00
parent f880531621
commit 61c0bfd22b

View File

@ -4,7 +4,10 @@ if [ -z "$OMARCHY_BARE" ]; then
yay -S --noconfirm --needed \ yay -S --noconfirm --needed \
gnome-calculator gnome-keyring signal-desktop \ gnome-calculator gnome-keyring signal-desktop \
obsidian-bin libreoffice obs-studio kdenlive \ 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 || yay -S --noconfirm --needed typora ||
echo -e "\e[31mFailed to install Typora. Continuing without!\e[0m" echo -e "\e[31mFailed to install Typora. Continuing without!\e[0m"