Skip to content

Instantly share code, notes, and snippets.

@surrealroad
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save surrealroad/f65fadfe9e5b70ecf6fe to your computer and use it in GitHub Desktop.
Save surrealroad/f65fadfe9e5b70ecf6fe to your computer and use it in GitHub Desktop.
Reformat Plex package for atom synology
# https://forums.plex.tv/index.php/topic/127360-this-package-does-not-contain-a-digital-signature/#entry763580
mkdir PlexMediaServer-0.9.11.7.803-87d0708-x86
cd PlexMediaServer-0.9.11.7.803-87d0708-x86
tar xvzf ../PlexMediaServer-0.9.11.7.803-87d0708-x86.spk
perl -pi -e 's/evansport/evansport avoton/g' INFO
tar -zcvf ../PlexMediaServer-0.9.11.7.803-87d0708-x86_atom.spk *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment