diff --git a/unattended_scripts/open-distro/unattended-installation/unattended-installation.sh b/unattended_scripts/open-distro/unattended-installation/unattended-installation.sh index 19e681dee3..6e66202a1a 100644 --- a/unattended_scripts/open-distro/unattended-installation/unattended-installation.sh +++ b/unattended_scripts/open-distro/unattended-installation/unattended-installation.sh @@ -21,7 +21,7 @@ WAZUH_KIB_PLUG_REV="1" ow="" repogpg="https://packages.wazuh.com/key/GPG-KEY-WAZUH" repobaseurl="https://packages.wazuh.com/4.x" -resources="https://raw.githubusercontent.com/wazuh/wazuh-packages/${WAZUH_MAJOR}/resources" +resources="https://packages.wazuh.com/resources/${WAZUH_MAJOR}" if [ -n "$(command -v yum)" ]; then sys_type="yum"