Skip to content

Instantly share code, notes, and snippets.

@lancevo
Created April 4, 2017 02:57
Show Gist options
  • Save lancevo/aedf0bd1f3bb1066eed14d9f4c179d68 to your computer and use it in GitHub Desktop.
Save lancevo/aedf0bd1f3bb1066eed14d9f4c179d68 to your computer and use it in GitHub Desktop.
Install Plex on Ubuntu
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
@lancevo
Copy link
Author

lancevo commented Apr 4, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment