From 158c309d71cb99e075eb23eb08855596cb8990b7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 28 Aug 2024 11:28:46 -0400 Subject: [PATCH] Update jellyfin-install.sh https://github.com/tteck/Proxmox/issues/3592 --- install/jellyfin-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/jellyfin-install.sh b/install/jellyfin-install.sh index 0b91e060..473c6b12 100644 --- a/install/jellyfin-install.sh +++ b/install/jellyfin-install.sh @@ -16,7 +16,7 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo -$STD apt-get install -y gnupg +$STD apt-get install -y gpg $STD apt-get install -y mc msg_ok "Installed Dependencies" @@ -51,6 +51,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 +chown -R jellyfin:adm /etc/jellyfin if [[ "$CTTYPE" == "0" ]]; then sed -i -e 's/^ssl-cert:x:104:$/render:x:104:root,jellyfin/' -e 's/^render:x:108:root,jellyfin$/ssl-cert:x:108:/' /etc/group else