Closed mjcr99 closed 6 months ago
I changed the check_dist
function and I modified the conditional that checks the distribution version of the Ubuntu system.
With the change, the Installation assistant installs Wazuh correctly after recognizing the system, without the -i
option.
root@ip-172-31-39-91:/home/ubuntu# cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
root@ip-172-31-39-91:/home/ubuntu#
The distribution is fetched correctly: 09/05/2024 08:48:30 DEBUG: Detected distribution version: 24
Hi team,
The Ubuntu 24.04 version has been released, but the all-in-one script does not currently support this version in one installation script, make it mandatory to use the
-i
option to run the script. This new version should be added and supported.This behavior was observed in this issue: https://github.com/wazuh/wazuh/issues/23133