FRANK333 Posted December 22, 2018 Posted December 22, 2018 I found the way to install, keep updated and easily uninstall plexmediaserver without using armbian-config. here is the link https://forums.plex.tv/t/read-me-first-about-server-armhf-arm64-debian-ubuntu-raspberry-pi/226567. I used the version arm64 / ARMv8 and on OPzeroplus with H5 works very well. Spoiler arm64 / ARMv8 # become root 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/ stretch 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 1
Recommended Posts