Create plex_media_server

This commit is contained in:
RomanNum3ral 2022-11-08 20:52:34 -05:00 committed by GitHub
parent eb7bbf5fa8
commit 933f0dd67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
plex_media_server Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
sudo apt install apt-transport-https
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
sudo apt update
sudo apt install plexmediaserver