From b173313fe2a9901b57a734db166c699c4013ab6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Anguita=20L=C3=B3pez?= Date: Fri, 8 Nov 2024 12:53:08 +0100 Subject: [PATCH] changed source branch to alpha-3 --- builder.sh | 2 +- install_functions/installVariables.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder.sh b/builder.sh index 6b551bd..4fee537 100755 --- a/builder.sh +++ b/builder.sh @@ -16,7 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool" readonly resources_passwords="${base_path_builder}/passwords_tool" readonly resources_common="${base_path_builder}/common_functions" readonly resources_download="${base_path_builder}/downloader" -source_branch="v4.10.0" +source_branch="v4.10.0-alpha3" function getHelp() { diff --git a/install_functions/installVariables.sh b/install_functions/installVariables.sh index b3f606a..60019b1 100644 --- a/install_functions/installVariables.sh +++ b/install_functions/installVariables.sh @@ -11,7 +11,7 @@ readonly wazuh_major="4.10" readonly wazuh_version="4.10.0" readonly filebeat_version="7.10.2" readonly wazuh_install_vesion="0.1" -source_branch="v${wazuh_version}" +source_branch="v${wazuh_version}-alpha3" repogpg="https://packages.wazuh.com/key/GPG-KEY-WAZUH" repobaseurl="https://packages.wazuh.com/4.x"