Skip to content

Instantly share code, notes, and snippets.

@Deozaan
Last active August 29, 2015 14:18
Show Gist options
  • Save Deozaan/11ff7610cd5831ab0dc3 to your computer and use it in GitHub Desktop.
Save Deozaan/11ff7610cd5831ab0dc3 to your computer and use it in GitHub Desktop.
Installing Plex Media Server on Odroid-C1
# https://forums.plex.tv/index.php/topic/145717-i-have-pms-running-on-raspberry-pi-2/page-18#entry887965
# http://forum.odroid.com/viewtopic.php?f=112&t=8737&p=83301#p82428
su
cd /tmp
# wget --trust-server-names https://dev2day.de/plex-latest
wget https://dev2day.de/plex-latest
mv plex-latest plex.deb
sudo dpkg -i plex.deb
echo "/usr/lib/plexmediaserver" >>/etc/ld.so.conf.d/plex.conf
ldconfig
ln -s /lib/arm-linux-gnueabihf/ld-linux.so.3 /lib/ld-linux.so.3
start plexmediaserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment