tproenca / pmsarm7

Plex Media Server ARM package for Debian/Ubuntu Linux
https://tproenca.github.io/pmsarm7
25 stars 5 forks source link

pmsarm7 Build Status Download

Plex Media Server ARM package for Debian/Ubuntu Linux

Motivation

Since dev2day pms repository is outdated has been a while, I decided to create an automatic solution to have fresh .deb files in an APT repository as soon as Plex release their binaries. You might want to use this solution if you have an ARM based linux, such as a NAS or Raspberry Pie.

Setup

echo "deb https://dl.bintray.com/tproenca/pmsarm7 jessie main" | sudo tee /etc/apt/sources.list.d/pms.list

Instalation

sudo apt-get update
sudo apt-get install plexmediaserver

Thanks