Hello,
I found way to install PMS correctly on Ubuntu 16.04.
If you have already installed Plex and it’s currently not working (otherwise, jump this part) :
su root
Uninstall PMS with :
box remove plex
apt-get purge plexmediaserver -y
(to be sure)
Modify the PMS Quickbox install script :
nano /usr/local/bin/quickbox/package/install/installpackage-plex
Modify the script with theses updates :
Comment the line 38 : #wget -O - http://shell.ninthgate.se/packages/shell.ninthgate.se.gpg.key | apt-key add -
Comment the line 39 : #echo "deb http://shell.ninthgate.se/packages/debian jessie main" > /etc/apt/sources.list.d/plexmediaserver.list
Add these lines under the previous commented section :
wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add -
echo "deb https://downloads.plex.tv/repo/deb/ public main" > /etc/apt/sources.list.d/plexmediaserver.list
Add this line under the “Updating system” echo : apt-get install apt-transport-https -y
Add -o Dpkg::Options::="--force-confold"
to the line 46 :
apt-get install -o Dpkg::Options::="--force-confold" -y -f plexmediaserver >/dev/null 2>&1
You should have the same things as this file : https://github.com/PastaGringo/scripts/blob/master/installpackage-plex
After that, simply connect to the Quickbox dashboard, refresh the web page and install PMS with the interface