Last active
August 29, 2015 14:15
-
-
Save surrealroad/f65fadfe9e5b70ecf6fe to your computer and use it in GitHub Desktop.
Reformat Plex package for atom synology
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
# 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