From 4030b2a5119281e1d208ff76b13dc2a509501ddf Mon Sep 17 00:00:00 2001 From: Smiley McSmiles <31331596+Smiley-McSmiles@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:42:07 -0500 Subject: [PATCH] Addition of Jellyman --- general/administration/installing.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/general/administration/installing.md b/general/administration/installing.md index a1c53724..7ae955e6 100644 --- a/general/administration/installing.md +++ b/general/administration/installing.md @@ -440,6 +440,23 @@ Navigate to the Playback tab in the Dashboard and set the path to FFmpeg under F Generic amd64, arm64, and armhf Linux builds in TAR archive format are available [here](https://jellyfin.org/downloads/#linux). +#### Jellyman - The Jellyfin Manager for Linux + +Jellyman is an easy to understand BASH program and CLI (Command Line Interface) tool for installing and managing Jellyfin on most of the popular Linux distributions. + +Learn more on [GitHub](https://github.com/Smiley-McSmiles/jellyman). + +*-Jellyman is a community made program and is not officially made by the Jellyfin team.* + +Installing Jellyman: + +```sh +git clone https://github.com/Smiley-McSmiles/jellyman +cd jellyman +chmod +x setup.sh +sudo ./setup.sh +``` + #### Base Installation Process Create a directory in `/opt` for jellyfin and its files, and enter that directory.