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