mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 21:33:16 -07:00
Verify plex.tv is providing a checksum before downloading
This commit is contained in:
parent
9de0320185
commit
bd061d7ef4
1 changed files with 3 additions and 0 deletions
|
@ -395,6 +395,9 @@ if [ -z "${DOWNLOAD}" ]; then
|
||||||
error "Please try https://plex.tv and confirm it works there before reporting this issue"
|
error "Please try https://plex.tv and confirm it works there before reporting this issue"
|
||||||
fi
|
fi
|
||||||
exit 3
|
exit 3
|
||||||
|
elif [ -z "${CHECKSUM}" ]; then
|
||||||
|
error "Unable to retrieve a checksum for the download. Please try https://plex.tv/downloads before reporting this issue."
|
||||||
|
exit 3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FILENAME="$(basename 2>/dev/null ${DOWNLOAD})"
|
FILENAME="$(basename 2>/dev/null ${DOWNLOAD})"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue