Plex Media Server Beta Builds Repo (Now with Docker!)

Repo updated to 1.13.5.5291

Update your server by running sudo apt-get update && sudo apt-get upgrade

Docker users can either restart their container or pull the update from the hub.

@dynomite567 Please fix your package:

(1) Your package bundles and installs your own local git repo in /.
(2) You also install README.md and .gitattributes in /.

There is a reason the README.md tells you to use git archive to create a clean working copy :wink:

(3) Please don’t bump this thread with any new package update. It’s a package repo, so people will get notified about the updates automatically :wink:

Oh shoot, well thanks for the pointer. Guess I am going to add some steps to the automated build so it does that.

Well, it seems like in recent Plex news they are distributing official beta images of the beta builds of Plex Media Server for ARMHF and ARM64 based devices. Because of this, I am pulling the plug on the repo and Docker image, and they will no longer be maintained. If you wish to grab the images, you can download them here: https://www.plex.tv/media-server-downloads/

You will no longer be able to update from the repo any longer. It’s been a nice year maintaining this, and it’s great to see that Plex is building the images themselves. Thank you all who used the repo or Docker image and I hope you found this useful.

Please make sure to uninstall the current Plex package (your data will still exist) and install the new official package using:

sudo apt-get remove plexmediaserver-installer && sudo dpkg -i <Plex-beta-deb-file>