No AUR stuff allowed in xtras

This commit is contained in:
David Heinemeier Hansson 2025-08-24 17:15:29 +02:00
parent 22769caa8c
commit 6dd95e71bf

View File

@ -7,13 +7,10 @@ if [ -z "$OMARCHY_BARE" ]; then
xournalpp localsend xournalpp localsend
# Packages known to be flaky or having key signing issues are run one-by-one # 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" || yay -S --noconfirm --needed "$pkg" ||
echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m" echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m"
done done
yay -S --noconfirm --needed 1password-beta 1password-cli ||
echo -e "\e[31mFailed to install 1password. Continuing without!\e[0m"
fi fi
# Copy over Omarchy applications # Copy over Omarchy applications