Use plexupdate-core in installer

This commit is contained in:
Alex Malinovich 2017-02-25 19:47:30 -08:00
commit 8cd15c2338

View file

@ -154,7 +154,7 @@ configure_plexupdate() {
fi fi
if yesno $default; then if yesno $default; then
PUBLIC=no PUBLIC=no
source "${FULL_PATH}/extras/get-plex-token" source "${FULL_PATH}/plexupdate-core"
getPlexToken getPlexToken
if [ -z "$TOKEN" ]; then if [ -z "$TOKEN" ]; then
abort "Failed to retrieve Plex token, please try again." abort "Failed to retrieve Plex token, please try again."