Created
June 5, 2026 05:23
-
-
Save cletusw/a2deb2502d9fd248a9c4033c62bb5331 to your computer and use it in GitHub Desktop.
beets/custom-cont-init.d/10-install-tidal.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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