mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
Merge pull request #6 from sparklyballs/master
add opt out for autoupdates to git update init
This commit is contained in:
commit
e560d8f64d
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# opt out for autoupdates
|
||||||
|
[ "$ADVANCED_DISABLEUPDATES" ] && exit 0
|
||||||
|
|
||||||
pip install -U pyacoustid
|
pip install -U pyacoustid
|
||||||
pip install -U pylast
|
pip install -U pylast
|
||||||
pip install -U flask
|
pip install -U flask
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue