mirror of
https://github.com/linuxserver/docker-beets
synced 2026-01-03 06:14:55 +01:00
10 lines
193 B
Bash
10 lines
193 B
Bash
#!/bin/bash
|
|
|
|
# opt out for autoupdates
|
|
[ "$ADVANCED_DISABLEUPDATES" ] && exit 0
|
|
|
|
pip install -U pyacoustid
|
|
pip install -U pylast
|
|
pip install -U flask
|
|
pip install -U pillow
|
|
pip install -U beets
|