sudo su # add my public key wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key | apt-key add - # add my PMS repo echo "deb [arch=armhf] https://dev2day.de/pms/ jessie main" >> /etc/apt/sources.list.d/pms.list # activate https apt-get install apt-transport-https #enable armhf support dpkg --add-architecture armhf # update the repos apt-get update # install PMS apt-get install plexmediaserver-installer:armhf
安装完成后,replace ip.address with your actual local IP http://ip.address:32400/web or http://ip.address:32400/manage/index.html#!/setup
进行续集。
过程中的坑:
1、/tmp空间不足,挂载U盘,然后mount /dev/sdb1 /tmp
2、自定义的优化安装方案:(PS,需要一定的动手能力,和代码理解能力,否则还是用本文的傻瓜式一键安装吧)
https://jose.scjtqs.cn/2017/06/04/923.html