Update wazuh.sh

This commit is contained in:
CanbiZ 2025-03-17 15:07:01 +01:00 committed by GitHub
parent 66f50d23a6
commit 3eb6dfcb83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
# Copyright (c) 2024 community-scripts ORG
# Copyright (c) 2025 community-scripts ORG
# Author: Omar Minaya
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://wazuh.com/
@ -9,7 +9,7 @@ APP="Wazuh"
var_tags="security;monitoring"
var_cpu="4"
var_ram="4096"
var_disk="20"
var_disk="18"
var_os="debian"
var_version="12"
var_unprivileged="1"