Help with Plex repository on Debian following pimylife
Trying to add Plex repository to my Pi following instructions on pimylife. I have entered the command curl https://downloads.plex.tv/plex-keys/PlexSign.key
But when I enter the next command of Sudo app-key add - it does nothing. Any help would be great.
pimylife
you must put both on the same line and execute together else the apt-key add will sit there waiting for input. Pipe provides that input from curl.
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
How do I get the vertical line before the Sudo? I did try it on the same line Yesterday but the couldn’t find anything with that vertical line. Or does something change with sudo apt-key add-
the “pipe” key is usually above the “\” key. (upper right)
You can also copy & paste my text into the command line.