mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Fix jellyfin update command (#1771)
This commit is contained in:
parent
92057c4ea7
commit
88c3f56157
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function update_script() {
|
||||||
msg_info "Updating ${APP} LXC"
|
msg_info "Updating ${APP} LXC"
|
||||||
apt-get update &>/dev/null
|
apt-get update &>/dev/null
|
||||||
apt-get -y upgrade &>/dev/null
|
apt-get -y upgrade &>/dev/null
|
||||||
apt-get --with-new-pkgs upgrade jellyfin jellyfin-server &>/dev/null
|
apt-get -y --with-new-pkgs upgrade jellyfin jellyfin-server &>/dev/null
|
||||||
msg_ok "Updated ${APP} LXC"
|
msg_ok "Updated ${APP} LXC"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue