05-07-2016, 07:27 AM
Thanks a lot, you just saved me a lot of wasted time.
I installed plex on the "official" Xubuntu image. Before installing Plex, I had to also:
since it wasn't downloading the jessie sources.
(05-02-2016, 11:28 AM)tkaiser Wrote:Code:sudo su -
wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key | apt-key add -
echo "deb https://dev2day.de/pms/ jessie main" >/etc/apt/sources.list.d/pms.list
dpkg --add-architecture armhf
apt-get update
apt-get install binutils:armhf
apt-get install --no-install-recommends plexmediaserver-installer
works on longsleep's original Ubuntu image. But forget about transcoding, Pine64 is not a fast Intel box
I installed plex on the "official" Xubuntu image. Before installing Plex, I had to also:
Code:
sudo apt-get install apt-transport-https
since it wasn't downloading the jessie sources.