summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup6
1 files changed, 5 insertions, 1 deletions
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