Plex Media Server Debian packages

This is a Debian package repository of Plex Media Server to automate installation and upgrade. To use this repository, first add the key to your system:

wget -q -O - https://tjend.github.io/repo_plexmediaserver/repo_plexmediaserver.key | sudo apt-key add -
Then add the following entry in your /etc/apt/sources.list.d/plexmediaserver.list:
deb [arch=armhf] https://tjend.github.io/repo_plexmediaserver stable main

Update your local package index, then finally install Plex Media Server:

sudo apt-get update
sudo apt-get install plexmediaserver

See https://www.plex.tv/ for more information.