Skip to content

Commit c162f51

Browse files
authored
Optimize Jellyfin / Jellyfin-Server update (#215)
1 parent 7e948d3 commit c162f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ct/jellyfin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if [[ ! -d /usr/lib/jellyfin ]]; then msg_error "No ${APP} Installation Found!";
5959
msg_info "Updating ${APP} LXC"
6060
apt-get update &>/dev/null
6161
apt-get -y upgrade &>/dev/null
62+
apt-get --with-new-pkgs upgrade jellyfin jellyfin-server &>/dev/null
6263
msg_ok "Updated ${APP} LXC"
6364
exit
6465
}

0 commit comments

Comments
 (0)