Skip to content

Commit 88c3f56

Browse files
authored
Fix jellyfin update command (#1771)
1 parent 92057c4 commit 88c3f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/jellyfin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function update_script() {
3535
msg_info "Updating ${APP} LXC"
3636
apt-get update &>/dev/null
3737
apt-get -y upgrade &>/dev/null
38-
apt-get --with-new-pkgs upgrade jellyfin jellyfin-server &>/dev/null
38+
apt-get -y --with-new-pkgs upgrade jellyfin jellyfin-server &>/dev/null
3939
msg_ok "Updated ${APP} LXC"
4040
exit
4141
}

0 commit comments

Comments
 (0)