Make known potentially flaky package not halt installation

Ref #151
This commit is contained in:
David Heinemeier Hansson
2025-07-14 21:10:43 -07:00
parent 3edc8bb470
commit 7aae9015a5

View File

@ -1,9 +1,12 @@
if [ -z "$OMARCHY_BARE" ]; then if [ -z "$OMARCHY_BARE" ]; then
yay -S --noconfirm --needed \ yay -S --noconfirm --needed \
gnome-calculator gnome-keyring signal-desktop \ gnome-calculator gnome-keyring signal-desktop \
obsidian-bin typora libreoffice obs-studio kdenlive \ obsidian-bin libreoffice obs-studio kdenlive \
pinta xournalpp localsend-bin 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 || 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" echo -e "\e[31mFailed to install Spotify, Dropbox, and/or 1password because of a keyserver problem. Continuing without!\e[0m"
fi fi