From 6dd95e71bf5554a5990a634fe34f15143e11b0b4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 17:15:29 +0200 Subject: [PATCH] No AUR stuff allowed in xtras --- install/apps/xtras.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/apps/xtras.sh b/install/apps/xtras.sh index 12f4c866..0be93e23 100644 --- a/install/apps/xtras.sh +++ b/install/apps/xtras.sh @@ -7,13 +7,10 @@ if [ -z "$OMARCHY_BARE" ]; then xournalpp localsend # Packages known to be flaky or having key signing issues are run one-by-one - for pkg in typora spotify pinta; do + for pkg in spotify pinta; do yay -S --noconfirm --needed "$pkg" || echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m" done - - yay -S --noconfirm --needed 1password-beta 1password-cli || - echo -e "\e[31mFailed to install 1password. Continuing without!\e[0m" fi # Copy over Omarchy applications