plex-build-debian-sysvinit
Build the Plex .deb packages for sysvinit system
This script follows the instructions from Ryushin.
Link of the thread: https://forums.plex.tv/discussion/51427/plex-media-server-for-debian/p49
Instructions to build
With NodeJS
Prerequisites:
- A Unix system which can run all the commands in the script
- npm
And then:
- Go to the nodejs directory: cd nodejs
- Install needed libraries: npm i
- Run the script: node index.js
With shellscript
- Go to the shellscript directory: cd shellscript
- Make the script executable: chmod +x build-packages.sh
- Run the script: ./build-packages.sh
At the end, you should get the .deb file in your working directory.