Split out the packages that need a keyserver and rescue any failure with an explanation

This commit is contained in:
David Heinemeier Hansson
2025-07-14 18:43:21 -07:00
parent 8758b5d4dc
commit 72e863f6be

View File

@ -1,10 +1,11 @@
if [ -z "$OMARCHY_BARE" ]; then if [ -z "$OMARCHY_BARE" ]; then
yay -S --noconfirm --needed \ yay -S --noconfirm --needed \
gnome-calculator \ gnome-calculator gnome-keyring signal-desktop \
signal-desktop spotify dropbox-cli zoom \
obsidian-bin typora libreoffice obs-studio kdenlive \ obsidian-bin typora libreoffice obs-studio kdenlive \
1password-beta 1password-cli gnome-keyring \
pinta xournalpp localsend-bin pinta xournalpp localsend-bin
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"
fi fi
# Copy over Omarchy applications # Copy over Omarchy applications