Jump to content

orange pizero plus plexmediaserver


FRANK333

Recommended Posts

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

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines