mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-01 18:37:48 +08:00
4 lines
139 B
Bash
4 lines
139 B
Bash
#!/bin/bash
|
|
|
|
echo "**** installing beets ****"
|
|
apk add --no-cache beets py3-pylast py3-pyacoustid py3-beautifulsoup4 py3-langdetect ffmpeg
|