Skip to content

Instantly share code, notes, and snippets.

@r15ch13
Created January 8, 2015 23:17
Show Gist options
  • Select an option

  • Save r15ch13/dd971627cace4059418f to your computer and use it in GitHub Desktop.

Select an option

Save r15ch13/dd971627cace4059418f to your computer and use it in GitHub Desktop.
#!/bin/bash
wget "https://plex.tv/downloads?channel=plexpass" -O - | grep -o "http.*plexmediaserver_.*-.*amd64\.deb" | wget -i - -O ./plexmediaserver_update_amd64.deb
dpkg -i ./plexmediaserver_update_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment