mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Use plexupdate-core in installer
This commit is contained in:
parent
c39041a3aa
commit
8cd15c2338
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue