Update jellyfin-install.sh

fix GID mismatch
This commit is contained in:
tteckster 2024-02-20 21:33:50 -05:00 committed by GitHub
parent 35b57f4555
commit e23f2c60f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ EOF
# Install Jellyfin using the metapackage (which will fetch jellyfin-server, jellyfin-web, and jellyfin-ffmpeg5)
$STD apt-get update
$STD apt-get install -y jellyfin
sed -i '/^render:x:108:root,jellyfin$/d; s/^ssl-cert:x:104:$/render:x:104:root,jellyfin/' /etc/group
msg_ok "Installed Jellyfin"
motd_ssh