Skip to content

Commit

Permalink
Optimize Jellyfin / Jellyfin-Server update (community-scripts#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Nov 13, 2024
1 parent 7e948d3 commit c162f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ct/jellyfin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c162f51

Please sign in to comment.