Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeriousM/eb7b35bc44c02f1cc1f7e4c80a42eb87 to your computer and use it in GitHub Desktop.
Save SeriousM/eb7b35bc44c02f1cc1f7e4c80a42eb87 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment