1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-24 08:52:18 +02:00

Update jellyfin-v5-install.sh

now installs jellyfin-ffmpeg5
This commit is contained in:
tteckster 2023-01-22 10:50:46 -05:00 committed by GitHub
parent 2138e2b017
commit d899003066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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