Skip to content

Commit ae5da8f

Browse files
committed
Depricateing the Envoriment setting PLEXPASS
1 parent 2120ec0 commit ae5da8f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

init/30_update_plex.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver)
1313
[ "$PLEXPASS" ] && echo "PLEXPASS is deprecated, please use VERSION"
1414

1515
if [[ -z $VERSION && "$PLEXPASS" == "1" || $VERSION = "plexpass" ]]; then
16-
VERSION=$(curl -s https://tools.linuxserver.io/latest-plexpass.json | grep "version" | cut -d '"' -f 4)
17-
echo "Using version: $VERSION from Plexpass latest"
16+
echo "Usage of VERSION=PLEXPASS is depricated. latest\plexpass is automatic based upon your plex account."
1817
elif [[ $VERSION = "latest" || -z $VERSION ]]; then
1918
VERSION=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "version" | cut -d '"' -f 4)
20-
echo "Using version: $VERSION from Public latest"
19+
echo "Using version: $VERSION from latest"
2120
else
2221
echo "Using version: $VERSION from Manual"
2322
fi

0 commit comments

Comments
 (0)