Update jellyfin-install.sh - fix format

This commit is contained in:
tschettervictor
2024-10-18 11:24:49 -06:00
committed by GitHub
parent 6fb6f8de51
commit 6fde9389f4

View File

@@ -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