mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 10:36:55 -07:00
Add message to add plex certificate in error
This commit is contained in:
parent
3e25035a19
commit
cc9ee5cf44
1 changed files with 3 additions and 0 deletions
|
@ -493,6 +493,9 @@ if [ "${AUTOINSTALL}" = "yes" ]; then
|
|||
if [ ${RET} -ne 0 ]; then
|
||||
# Clarify why this failed, so user won't be left in the dark
|
||||
error "Failed to install update. Command '${DISTRO_INSTALL} "${DOWNLOADDIR}/${FILENAME}"' returned error code ${RET}"
|
||||
if [ "${DISTRO}" = "synology" -a ${RET} -eq 1 ]; then
|
||||
info "On Synology devices, you need to add Plex's public key to Package Center. If you have not done so, follow the instructions at \033[0;34mhttps://support.plex.tv/articles/205165858-how-to-add-plex-s-package-signing-public-key-to-synology-nas-package-center/\033[0m"
|
||||
fi
|
||||
exit ${RET}
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue