https://github.com/tripflex/iplex
Plex install helper for debian without upstart (init.d script)
https://github.com/tripflex/iplex
Last synced: 5 months ago
JSON representation
Plex install helper for debian without upstart (init.d script)
- Host: GitHub
- URL: https://github.com/tripflex/iplex
- Owner: tripflex
- Created: 2013-07-19T04:30:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-25T01:23:45.000Z (almost 13 years ago)
- Last Synced: 2025-01-20T17:33:03.409Z (over 1 year ago)
- Size: 111 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
d8b 8888888b. 888
Y8P 888 Y88b888
888 888888
888 888 d88P888 .d88b. 888 888
888 8888888P" 888d8P Y8b`Y8bd8P'
888 888 88888888888 X88K
888 888 888Y8b. .d8""8b.
888 888 888 "Y8888 888 888
# iPlex - Plex Install Helper
This is a bash/shell install helper script that will install the .deb file you provide the path to, and then update the init.d script. I created this to use whenever installing or upgrading my OpenMediaVault server. The normal Debian installer attempts to use upstart which ends up resulting in a blank plexmediaserver file in /etc/init.d. I commonly install the latest beta releases and I may add functionality to this later to automatically check and download beta releases.
## Installation
``` bash
wget https://raw.github.com/tripflex/iPlex/master/iplex
chmod +x iplex
```
## Usage
Just feed iplex the path to the plexmediaserver deb file you downloaded from Plex.
``` bash
./iplex plexmediaserver_0.9.9.9.deb
```
## Init Script Usage
Using this should be just the same as you normally do, but as example
``` bash
/etc/init.d/plexmediaserver {start|stop|restart|status}
```
Profit!