Merge pull request #6 from sparklyballs/master

add opt out for autoupdates to git update init
master
Stian Buch Larsen 10 years ago
commit e560d8f64d

@ -1,5 +1,8 @@
#!/bin/bash
# opt out for autoupdates
[ "$ADVANCED_DISABLEUPDATES" ] && exit 0
pip install -U pyacoustid
pip install -U pylast
pip install -U flask

Loading…
Cancel
Save