Sfoglia il codice sorgente

add jellyfin-ffmpeg

tteckster 3 anni fa
parent
commit
0eab8c58d4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      setup/jellyfin-install.sh

+ 1 - 0
setup/jellyfin-install.sh

@@ -86,6 +86,7 @@ msg_ok "Set Up Jellyfin Repository"
 msg_info "Installing Jellyfin"
 apt-get update &>/dev/null
 sudo apt install jellyfin-server -y &>/dev/null
+apt install jellyfin-ffmpeg -y &>/dev/null
 msg_ok "Installed Jellyfin"
 
 msg_info "Creating Service"