Forked from LukasBombach/gist:2943fc2a1cb5fd4bbd1c3e6b477ce033
Created
January 15, 2017 20:45
-
-
Save SeriousM/eb7b35bc44c02f1cc1f7e4c80a42eb87 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