mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 17:39:55 +01:00
Update jellyfin-install.sh - fix format
This commit is contained in:
@@ -8,7 +8,8 @@ if ! [ $(id -u) = 0 ]; then
|
||||
fi
|
||||
|
||||
# Install Packages
|
||||
pkg install -y jellyfin
|
||||
pkg install -y \
|
||||
jellyfin
|
||||
|
||||
# Enable and Start Services
|
||||
sysrc jellyfin_enable=YES
|
||||
|
||||
Reference in New Issue
Block a user