plexupdate icon indicating copy to clipboard operation
plexupdate copied to clipboard

Automatically update Plex Media Server on Synology NAS

Results 6 plexupdate issues
Sort by recently updated
recently updated
newest added

Added DSM version check and some conditionals for downloading the package. Worked for me on DSM 7.0-41890, not tested on DSM 6.

I've been using this script for a long time and really appreciate it. Works great! I stopped running it once I updated to DSM 7 as now there is a...

I slightly changed the IF block. It is comparing full version names with different hashes for same version in the current state of the script. For example: ``` New Ver:...

Hey, I just added some spaces after each line in your markdown so that it will display properly and the instructions are more easily understood. Thanks for hosting & maintaining...

I suggest using dpkg --compare-versions for better semantic versioning checks (don't run into issues where you're installing an older version over a newer one, etc).

Looks like something changed on plex web site that the script is not able to read the new version and download the package anymore.