Skip to content

Instantly share code, notes, and snippets.

@cletusw
Created June 5, 2026 05:23
Show Gist options
  • Select an option

  • Save cletusw/a2deb2502d9fd248a9c4033c62bb5331 to your computer and use it in GitHub Desktop.

Select an option

Save cletusw/a2deb2502d9fd248a9c4033c62bb5331 to your computer and use it in GitHub Desktop.
beets/custom-cont-init.d/10-install-tidal.sh
#!/bin/bash
echo "Installing beets-tidal plugin..."
export PATH="/usr/bin:/usr/local/bin:$PATH"
echo $PATH
/lsiopy/bin/pip install git+https://github.com/arsaboo/beets-tidal.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment