diff options
| -rwxr-xr-x | archsetup | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -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 | 
