From b9a8b3a7df0f979fb0195eb998db1b97ec4e58d6 Mon Sep 17 00:00:00 2001 From: c-bordon Date: Fri, 6 Sep 2024 15:55:23 -0300 Subject: [PATCH] Updated Wazuh dashboard package revision --- .../install_functions/wazuh-offline-download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unattended_installer/install_functions/wazuh-offline-download.sh b/unattended_installer/install_functions/wazuh-offline-download.sh index cd81f19693..5b7e66d62a 100755 --- a/unattended_installer/install_functions/wazuh-offline-download.sh +++ b/unattended_installer/install_functions/wazuh-offline-download.sh @@ -25,7 +25,7 @@ function offline_download() { manager_revision="1" indexer_revision="1" - dashboard_revision="1" + dashboard_revision="2" if [ "${package_type}" == "rpm" ]; then manager_rpm_package="wazuh-manager-${wazuh_version}-${manager_revision}.x86_64.${package_type}"