File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver)
1313[ " $PLEXPASS " ] && echo " PLEXPASS is deprecated, please use VERSION"
1414
1515if [[ -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."
1817elif [[ $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"
2120else
2221 echo " Using version: $VERSION from Manual"
2322fi
You can’t perform that action at this time.
0 commit comments