Skip to content

Commit

Permalink
Update source/development/packaging/generate-dashboard-package.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
  • Loading branch information
guidomodarelli and javimed authored Dec 18, 2024
1 parent 5f36d23 commit bbd7cf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/development/packaging/generate-dashboard-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ Run the ``build-packages.sh`` script in the ``dev-tools/build-packages/`` folder
.. code:: console
$ cd ../wazuh-dashboard/dev-tools/build-packages/
$ ./build-packages.sh -v <VERSION> -r <REVISION> (--deb|--rpm) -a file:///<PATH_TO_wazuh-package.zip> -s file:///<PATH_TO_security-package.zip> -b file:///<PATH_TO_dashboard-package.zip>
$ ./build-packages.sh -v <VERSION> -r <REVISION> --<DISTRIBUTION> -a file:///<PATH_TO_wazuh-package.zip> -s file:///<PATH_TO_security-package.zip> -b file:///<PATH_TO_dashboard-package.zip>
Where ``--<DISTRIBUTION>`` is either ``--deb`` or ``--rpm``.

Example:

Expand Down

0 comments on commit bbd7cf7

Please sign in to comment.