Skip to content

Instantly share code, notes, and snippets.

@LukasBombach
Last active January 15, 2017 20:45
Show Gist options
  • Save LukasBombach/2943fc2a1cb5fd4bbd1c3e6b477ce033 to your computer and use it in GitHub Desktop.
Save LukasBombach/2943fc2a1cb5fd4bbd1c3e6b477ce033 to your computer and use it in GitHub Desktop.
Installing Plex Media Server on Debian on a Pine64
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
@LukasBombach
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment