From 8cd15c2338fb9dc11ae17092d0d0e6c9c3db67fc Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Sat, 25 Feb 2017 19:47:30 -0800 Subject: [PATCH] Use plexupdate-core in installer --- extras/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/installer.sh b/extras/installer.sh index b59273a..b651baa 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -154,7 +154,7 @@ configure_plexupdate() { fi if yesno $default; then PUBLIC=no - source "${FULL_PATH}/extras/get-plex-token" + source "${FULL_PATH}/plexupdate-core" getPlexToken if [ -z "$TOKEN" ]; then abort "Failed to retrieve Plex token, please try again."