Upgrade Wazuh LXC Container to Debian 13 (#10551)

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Joerg Heinemann
2026-01-05 18:05:32 +01:00
committed by GitHub
parent 312454fa68
commit 22643791ec
2 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ var_cpu="${var_cpu:-4}"
var_ram="${var_ram:-4096}"
var_disk="${var_disk:-25}"
var_os="${var_os:-debian}"
var_version="${var_version:-12}"
var_version="${var_version:-13}"
var_unprivileged="${var_unprivileged:-1}"
header_info "$APP"
@@ -27,10 +27,10 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
msg_info "Updating ${APP} LXC"
$STD apt-get update
$STD apt-get -y upgrade
msg_ok "Updated ${APP} LXC"
msg_info "Updating Wazuh LXC"
$STD apt update
$STD apt upgrade -y
msg_ok "Updated Wazuh LXC"
msg_ok "Updated successfully!"
exit
}

View File

@@ -23,7 +23,7 @@
"ram": 4096,
"hdd": 25,
"os": "debian",
"version": "12"
"version": "13"
}
}
],