add opt out for autoupdates to git update init

pull/21/head
sparklyballs 9 years ago
parent 3c8f681660
commit 41a4c6ed2f

@ -1,4 +1,8 @@
#!/bin/bash
# opt out for autoupdates
[ "$ADVANCED_DISABLEUPDATES" ] && exit 0
export DEBIAN_FRONTEND=noninteractive
while ! ping -c1 tools.linuxserver.io &>/dev/null; do :; done

Loading…
Cancel
Save