Skip to content

Instantly share code, notes, and snippets.

@h4de5
Created December 19, 2018 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h4de5/c958982f54c0c0ff459e52b5de4d3fe1 to your computer and use it in GitHub Desktop.
Save h4de5/c958982f54c0c0ff459e52b5de4d3fe1 to your computer and use it in GitHub Desktop.
Manual package (plex) update on Synology
#!/bin/bash
# see infos from:
# https://www.plex.tv/media-server-downloads/
# https://downloads.plex.tv/plex-media-server/1.14.1.5488-cc260c476/PlexMediaServer-1.14.1.5488-cc260c476-x86_64.spk
# first !!
# download plex sign key: https://downloads.plex.tv/plex-keys/PlexSign.key
# install it into package manager on the DSM
# see: https://support.plex.tv/articles/205165858-how-to-add-plex-s-package-signing-public-key-to-synology-nas-package-center/
# download latest package:
wget --trust-server-names "https://plex.tv/downloads/latest/1?channel=16&build=linux-ubuntu-x86_64&distro=synology"
# install package
sudo synopkg install PlexMediaServer-1.14.1.5488-cc260c476-x86_64.spk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment