Last active
January 15, 2017 20:45
-
-
Save LukasBombach/2943fc2a1cb5fd4bbd1c3e6b477ce033 to your computer and use it in GitHub Desktop.
Installing Plex Media Server on Debian on a Pine64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install apt-transport-https | |
sudo dpkg --add-architecture armhf | |
echo "deb [arch=armhf] https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list | |
sudo apt-get update | |
sudo apt-get install binutils:armhf plexmediaserver-installer -y --force-yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, not really. A quick research shows people had to reinstall other packages or even apt itself. I had been using the latest Pine Ubuntu, Pine Debian as well as DietPi on my Pine and at least those versions worked fine.