docker-beets/init/30_update.sh
2016-01-18 14:52:22 +00:00

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