08-16-2017, 03:55 PM
(08-16-2017, 03:48 PM)abrmx Wrote: Hello
I succesfully mount a Plex media Server on a PineA64
I use this instructions:
Code:# Run add the ARMHF architecture to the Debian Packages that can be installed here
sudo dpkg --add-architecture armhf
# Make sure that we install the correct version of the arm package
echo "deb [arch=armhf] https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list
# Update the package lists
sudo apt-get update
# Install the media server and all the dependencies
sudo apt-get install binutils:armhf plexmediaserver-installer -y
good luck!
Neat. Hows the performance ?