From 3b79766f8d8017d98aec29936c081804a4207d18 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 21 Nov 2024 15:13:00 -0600 Subject: work around issue installing tidal-dl --- archsetup | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/archsetup b/archsetup index 1cce6b3..2a7d746 100755 --- a/archsetup +++ b/archsetup @@ -878,11 +878,15 @@ supplemental_software() { aur_install nsxiv # image viewer aur_install shell-gpt # gpt in your terminal aur_install tageditor # metadata editor for mkv, webm and related video files - aur_install tidal-dl # tidal-dl:tidal as yt-dlp:youtube aur_install ueberzug # allows for displaying images in terminals aur_install tremc # curses interface for transmission aur_install snore-git # sleep with feedback aur_install zsh-fast-syntax-highlighting-git # Optimized and extended zsh-syntax-highlighting + + # working around an temp integ issue with python-lyricsgenius expiration date + action="prep to workaround tidal-dl issue" && display "task" "$action" + yay -S --noconfirm --mflags --skipinteg python-lyricsgenius >> "$logfile" 2>&1 || error "error" "$action" "$?" + aur_install tidal-dl # tidal-dl:tidal as yt-dlp:youtube } ### Boot-UX -- cgit v1.2.3