v1.0 - Swap beets installtion method

#170  - Will this fix this problem...? No clue if it'll work...
This commit is contained in:
RandomNinjaAtk 2024-01-28 12:24:15 -05:00 committed by GitHub
parent e323b8a091
commit d4b81e29ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
SMA_PATH="/usr/local/sma" SMA_PATH="/usr/local/sma"
version=1.0"
echo "*** install packages ***" && \ echo "*** install packages ***" && \
apk add -U --upgrade --no-cache \ apk add -U --upgrade --no-cache \
@ -22,10 +23,9 @@ apk add -U --upgrade --no-cache \
echo "*** install freyr client ***" && \ echo "*** install freyr client ***" && \
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicparsley && \ apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicparsley && \
npm install -g miraclx/freyr-js &&\ 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 ***" && \ echo "*** install python packages ***" && \
pip install --upgrade --no-cache-dir \ pip install --upgrade --no-cache-dir \
beets \
yq \ yq \
pyacoustid \ pyacoustid \
requests \ requests \