You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# test if plex is installed and try re-pulling latest if not
110
-
dpkg -s plexmediaserver > /dev/null 2>&1 || \
111
-
(echo "for some reason the update has failed and plex doesn't seem to be installed, retrying a known version" && curl -o /tmp/plexmediaserver.deb -L "${PLEX_INSTALL}" && dpkg -i /tmp/plexmediaserver.deb)
112
-
113
-
# recopy config file in case update overwrites our copy
0 commit comments