1 2 3 4 5 6 7 8 |
su cd /tmp wget --trust-server-names https://dev2day.de/pms/dists/wheezy/ dpkg -i plexmediaserver_0.9.11.7.803-87d0708-3_armhf.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 |