We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e948d3 commit c162f51Copy full SHA for c162f51
ct/jellyfin.sh
@@ -59,6 +59,7 @@ if [[ ! -d /usr/lib/jellyfin ]]; then msg_error "No ${APP} Installation Found!";
59
msg_info "Updating ${APP} LXC"
60
apt-get update &>/dev/null
61
apt-get -y upgrade &>/dev/null
62
+apt-get --with-new-pkgs upgrade jellyfin jellyfin-server &>/dev/null
63
msg_ok "Updated ${APP} LXC"
64
exit
65
}
0 commit comments