Changed Location for version check to a publicly avalible place

pull/1/head
Stian Buch Larsen 10 years ago
parent 73635c64d7
commit 60e5eb1847

@ -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;

Loading…
Cancel
Save