We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c8f681 + 41a4c6e commit 64169ddCopy full SHA for 64169dd
1 file changed
init/30_update_plex.sh
@@ -1,4 +1,8 @@
1
#!/bin/bash
2
+
3
+# opt out for autoupdates
4
+[ "$ADVANCED_DISABLEUPDATES" ] && exit 0
5
6
export DEBIAN_FRONTEND=noninteractive
7
8
while ! ping -c1 tools.linuxserver.io &>/dev/null; do :; done
0 commit comments