v1.0 - Swap beets installtion method
#170 - Will this fix this problem...? No clue if it'll work...
This commit is contained in:
parent
e323b8a091
commit
d4b81e29ba
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
SMA_PATH="/usr/local/sma"
|
||||
version=1.0"
|
||||
|
||||
echo "*** install packages ***" && \
|
||||
apk add -U --upgrade --no-cache \
|
||||
|
@ -22,10 +23,9 @@ apk add -U --upgrade --no-cache \
|
|||
echo "*** install freyr client ***" && \
|
||||
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicparsley && \
|
||||
npm install -g miraclx/freyr-js &&\
|
||||
echo "*** install beets ***" && \
|
||||
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community beets && \
|
||||
echo "*** install python packages ***" && \
|
||||
pip install --upgrade --no-cache-dir \
|
||||
beets \
|
||||
yq \
|
||||
pyacoustid \
|
||||
requests \
|
||||
|
|
Loading…
Reference in a new issue