From 3eb6dfcb83f0f11161a30a36345dbd11ee1751e8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Mar 2025 15:07:01 +0100 Subject: [PATCH] Update wazuh.sh --- ct/wazuh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/wazuh.sh b/ct/wazuh.sh index 92ca0a1..8186f5c 100644 --- a/ct/wazuh.sh +++ b/ct/wazuh.sh @@ -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"