diff --git a/init/20_update_plex.sh b/init/20_update_plex.sh index f83a117..cd1c7be 100644 --- a/init/20_update_plex.sh +++ b/init/20_update_plex.sh @@ -2,9 +2,9 @@ export DEBIAN_FRONTEND=noninteractive INSTALLED=`dpkg-query -W -f='${Version}' plexmediaserver` if [ -z "$PLEXPASS" ]; then - VERSION=$(curl https://lonix.me/mirror/plex/plexPub.ver) + VERSION=$(curl https://raw.githubusercontent.com/linuxserver/misc-files/master/plex-version/public) else - VERSION=$(curl https://lonix.me/mirror/plex/plexPass.ver) + VERSION=$(curl https://raw.githubusercontent.com/linuxserver/misc-files/master/plex-version/plexpass) fi if [ "$VERSION" == "$INSTALLED" ]; then exit 0;