Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation]Internews feedback: Add clarity on curl requirements #7973

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Installing the Wazuh indexer using the assisted installation method

Install and configure the Wazuh indexer as a single-node or multi-node cluster on a 64-bit (x86_64/AMD64) architecture using the assisted installation method. The Wazuh indexer is a highly scalable full-text search engine. It offers advanced security, alerting, index management, deep performance analysis, and several other features.

.. note:: ``curl`` isn't installed on all Linux operating systems by defaut, such as Ubuntu. Therefore, it may need to be installed manually before proceeding.

Wazuh indexer cluster installation
----------------------------------

Expand Down
1 change: 1 addition & 0 deletions source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Installing Wazuh

#. Download and run the Wazuh installation assistant.

.. note:: ``curl`` isn't installed on all Linux operating systems by defaut, such as Ubuntu. Therefore, it may need to be installed manually before proceeding.
.. code-block:: console

$ curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-install.sh && sudo bash ./wazuh-install.sh -a --install-dependencies
Expand Down