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 008d7c6 + 75ce51c commit 50809a3Copy full SHA for 50809a3
1 file changed
init/30_update_plex.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
export DEBIAN_FRONTEND=noninteractive
3
4
+while ! ping -c1 tools.linuxserver.io &>/dev/null; do :; done
5
+
6
#The following error is not an error.
7
INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver)
8
0 commit comments