Test new bucket url

This commit is contained in:
fcaffieri
2025-07-01 18:44:28 -03:00
parent 1b75ebb67a
commit 2f966b5236
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
CERT_TOOL=wazuh-certs-tool.sh
PASSWORD_TOOL=wazuh-passwords-tool.sh
PACKAGES_URL=https://packages.wazuh.com/4.13/
PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.13/
PACKAGES_DEV_URL=https://packages-dev.wazuh.info/4.13/
## Check if the cert tool exists in S3 buckets
CERT_TOOL_PACKAGES=$(curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E "^HTTP" | awk '{print $2}')