Created
December 19, 2018 00:24
-
-
Save h4de5/c958982f54c0c0ff459e52b5de4d3fe1 to your computer and use it in GitHub Desktop.
Manual package (plex) update on Synology
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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