Skip to content

Commit

Permalink
Changed wazuh-install-files.tar.gz to wazuh-install-files.tar
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Jan 8, 2024
1 parent f9b480c commit 62b051d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/deployment-options/offline-installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Download the packages and configuration files
# ./wazuh-install.sh -g
#. Copy or move ``wazuh-offline.tar.gz`` and ``wazuh-install-files.tar.gz`` files to a folder accessible to the host(s) from where the offline installation will be carried out. This can be done by using ``scp``.
#. Copy or move ``wazuh-offline.tar.gz`` and ``wazuh-install-files.tar`` files to a folder accessible to the host(s) from where the offline installation will be carried out. This can be done by using ``scp``.


Next steps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Install and configure the different Wazuh components with the aid of the Wazuh i

.. note:: You need root user privileges to run all the commands described below.

Please, make sure that a copy of the ``wazuh-install-files.tar.gz`` and ``wazuh-offline.tar.gz`` files, created during the initial configuration step, is placed in your working directory.
Please, make sure that a copy of the ``wazuh-install-files.tar`` and ``wazuh-offline.tar.gz`` files, created during the initial configuration step, is placed in your working directory.

Installing the Wazuh indexer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Install Wazuh components step by step
-----------------------------------------

#. In the working directory where you placed ``wazuh-offline.tar.gz`` and ``wazuh-install-files.tar.gz``, execute the following command to decompress the installation files:
#. In the working directory where you placed ``wazuh-offline.tar.gz`` and ``wazuh-install-files.tar``, execute the following command to decompress the installation files:

.. code-block:: console
# tar xf wazuh-offline.tar.gz
# tar xf wazuh-install-files.tar.gz
# tar xf wazuh-install-files.tar
You can check the SHA512 of the decompressed package files in ``wazuh-offline/wazuh-packages/``. Find the SHA512 checksums in the :doc:`/installation-guide/packages-list`.

Expand Down

0 comments on commit 62b051d

Please sign in to comment.