1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 19:31:52 +00:00

Optimize Jellyfin / Jellyfin-Server update (#215)

This commit is contained in:
CanbiZ 2024-11-13 15:05:21 +01:00 committed by GitHub
parent 7e948d349c
commit c162f518e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,7 @@ if [[ ! -d /usr/lib/jellyfin ]]; then msg_error "No ${APP} Installation Found!";
msg_info "Updating ${APP} LXC"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null
apt-get --with-new-pkgs upgrade jellyfin jellyfin-server &>/dev/null
msg_ok "Updated ${APP} LXC"
exit
}