From 3408578579870c9453e59431005029f3a41dc69f Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 18 Jan 2016 14:52:22 +0000 Subject: [PATCH] add opt out for autoupdates to git update init --- init/30_update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init/30_update.sh b/init/30_update.sh index 5daf286..1a8819a 100644 --- a/init/30_update.sh +++ b/init/30_update.sh @@ -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