(05-02-2016, 05:48 AM)Miedon Wrote: That was my main purpose for buying a pine, too. There was one guy in Plex Forum who tried it already but with no success so far. Actually, I have no idea where to start. I'm not that familiar with Linux but I definitely try to get into that.
Code:
sudo su -
apt-get install apt-transport-https
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
EDIT: In case any of the commands throw messages at you you don't understand simply try to ignore them and continue or have a look later in the thread what might be wrong.