mirror of https://github.com/tteck/Proxmox.git
Update jellyfin-v5-install.sh
now installs jellyfin-ffmpeg5
This commit is contained in:
parent
2138e2b017
commit
d899003066
|
@ -109,7 +109,7 @@ msg_ok "Set Up Jellyfin Repository"
|
|||
msg_info "Installing Jellyfin"
|
||||
$STD apt-get update
|
||||
$STD apt install jellyfin-server -y
|
||||
$STD apt install jellyfin-ffmpeg -y
|
||||
$STD apt install jellyfin-ffmpeg5 -y
|
||||
msg_ok "Installed Jellyfin"
|
||||
|
||||
msg_info "Creating Service"
|
||||
|
|
Loading…
Reference in New Issue