From ecc9a46bff3a06695503499867d113b2ab388171 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 20 Jul 2025 17:43:17 -0500 Subject: [PATCH] Wrap a little better --- install/xtras.sh | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/install/xtras.sh b/install/xtras.sh index cb57512..cc4f136 100644 --- a/install/xtras.sh +++ b/install/xtras.sh @@ -6,23 +6,17 @@ if [ -z "$OMARCHY_BARE" ]; then obsidian-bin libreoffice obs-studio kdenlive \ xournalpp localsend-bin - yay -S --noconfirm --needed pinta || - echo -e "\e[31mFailed to install Pinta. Continuing without!\e[0m" - - yay -S --noconfirm --needed typora || - echo -e "\e[31mFailed to install Typora. Continuing without!\e[0m" - - yay -S --noconfirm --needed zoom || - echo -e "\e[31mFailed to install Zoom. Continuing without!\e[0m" + # Packages known to be flaky or having key signing issues are run one-by-one + for pkg in pinta typora spotify zoom; do + yay -S --noconfirm --needed "$pkg" || + echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m" + done yay -S --noconfirm --needed dropbox libappindicator-gtk3 python-gpgme nautilus-dropbox || echo -e "\e[31mFailed to install Dropbox. Continuing without!\e[0m" - yay -S --noconfirm --needed spotify || - echo -e "\e[31mFailed to install Spotify (likely because of a keyserver problem). Continuing without!\e[0m" - yay -S --noconfirm --needed 1password-beta 1password-cli || - echo -e "\e[31mFailed to install 1password (likely because of a keyserver problem). Continuing without!\e[0m" + echo -e "\e[31mFailed to install 1password. Continuing without!\e[0m" fi # Copy over Omarchy applications