From 770b0100663cb36717d590334e4d6c1b954fd344 Mon Sep 17 00:00:00 2001 From: Enrique Araque Date: Thu, 19 Dec 2024 17:10:23 +0100 Subject: [PATCH] Fix offline installation workflow in deb system --- .github/workflows/offline-installation.yml | 2 +- builder.sh | 2 +- install_functions/installVariables.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/offline-installation.yml b/.github/workflows/offline-installation.yml index 1836b8d..72545b4 100644 --- a/.github/workflows/offline-installation.yml +++ b/.github/workflows/offline-installation.yml @@ -20,7 +20,7 @@ on: default: "pre-release" env: - WAZUH_VERSION: 4.10 + WAZUH_VERSION: "4.10" REPOSITORY: ${{ github.event_name == 'pull_request' && 'pre-release' || inputs.REPOSITORY }} jobs: diff --git a/builder.sh b/builder.sh index ce6bd66..a2dde98 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.9.2" +source_branch="v4.10.0-rc2" function getHelp() { diff --git a/install_functions/installVariables.sh b/install_functions/installVariables.sh index b7ac947..0ede3aa 100644 --- a/install_functions/installVariables.sh +++ b/install_functions/installVariables.sh @@ -8,10 +8,10 @@ ## Package vars readonly wazuh_major="4.10" -readonly wazuh_version="4.9.2" +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}-rc2" repogpg="https://packages.wazuh.com/key/GPG-KEY-WAZUH" repobaseurl="https://packages.wazuh.com/4.x"