Revert "Swap Spotify GUI to TUI"

This reverts commit b09d2d68cd.
This commit is contained in:
David Heinemeier Hansson
2025-07-29 19:17:41 +02:00
parent 8c2f51c08c
commit d4f6859022
4 changed files with 5 additions and 17 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 spotify_player
xournalpp localsend-bin
# Packages known to be flaky or having key signing issues are run one-by-one
for pkg in pinta typora zoom; do
for pkg in pinta typora spotify zoom; do
yay -S --noconfirm --needed "$pkg" ||
echo -e "\e[31mFailed to install $pkg. Continuing without!\e[0m"
done