From 7aae9015a58cc12e74639de0fb032939128d746e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 14 Jul 2025 21:10:43 -0700 Subject: [PATCH] Make known potentially flaky package not halt installation Ref #151 --- install/xtras.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install/xtras.sh b/install/xtras.sh index 7f01d8b..afd9ada 100644 --- a/install/xtras.sh +++ b/install/xtras.sh @@ -1,9 +1,12 @@ if [ -z "$OMARCHY_BARE" ]; then yay -S --noconfirm --needed \ gnome-calculator gnome-keyring signal-desktop \ - obsidian-bin typora libreoffice obs-studio kdenlive \ + obsidian-bin libreoffice obs-studio kdenlive \ pinta xournalpp localsend-bin + yay -S typora || + echo -e "\e[31mFailed to install Typora. Continuing without!\e[0m" + yay -S --noconfirm --needed spotify dropbox-cli 1password-beta 1password-cli || echo -e "\e[31mFailed to install Spotify, Dropbox, and/or 1password because of a keyserver problem. Continuing without!\e[0m" fi