Created
April 4, 2017 02:57
-
-
Save lancevo/aedf0bd1f3bb1066eed14d9f4c179d68 to your computer and use it in GitHub Desktop.
Install Plex on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo deb https://downloads.plex.tv/repo/deb/ public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list | |
| curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add - | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| sudo apt-get install plexmediaserver |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to remove https://gist.github.com/lancevo/82eb1c01363c2cb436146600eb78296f