Skip to content

Instantly share code, notes, and snippets.

@SaundersB
Created December 24, 2020 22:59
Show Gist options
  • Save SaundersB/bdc1c7e242416a4cee32d592fd7d418f to your computer and use it in GitHub Desktop.
Save SaundersB/bdc1c7e242416a4cee32d592fd7d418f to your computer and use it in GitHub Desktop.
Install Plex Media Server for Ubuntu 20.04
wget https://downloads.plex.tv/plex-media-server-new/1.21.1.3830-6c22540d5/debian/plexmediaserver_1.21.1.3830-6c22540d5_amd64.deb
sudo dpkg -i plexmediaserver_1.21.1.3830-6c22540d5_amd64.deb
sudo systemctl status plexmediaserver.service
sudo systemctl enable plexmediaserver.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment