Reapply "Swap Spotify GUI to TUI"

This reverts commit d4f6859022.
This commit is contained in:
David Heinemeier Hansson
2025-07-29 19:17:57 +02:00
parent d4f6859022
commit 251a5d0263
4 changed files with 17 additions and 5 deletions

View File

@@ -4,10 +4,10 @@ if [ -z "$OMARCHY_BARE" ]; then
yay -S --noconfirm --needed \
gnome-calculator gnome-keyring signal-desktop \
obsidian-bin libreoffice obs-studio kdenlive \
xournalpp localsend-bin
xournalpp localsend-bin spotify_player
# Packages known to be flaky or having key signing issues are run one-by-one
for pkg in pinta typora spotify zoom; do
for pkg in pinta typora zoom; do
yay -S --noconfirm --needed "$pkg" ||
echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m"
done