Skip to content

Commit

Permalink
Add --install-dependencies parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Sep 27, 2024
1 parent 93e145a commit 65197e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ova/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ INDEXES=("wazuh-alerts-*" "wazuh-archives-*" "wazuh-states-vulnerabilities-*" "w
CURRENT_PATH="$( cd $(dirname $0) ; pwd -P )"
ASSETS_PATH="${CURRENT_PATH}/assets"
CUSTOM_PATH="${ASSETS_PATH}/custom"
INSTALL_ARGS="-a"
INSTALL_ARGS="-a --install-dependencies"

if [[ "${DEBUG}" = "yes" ]]; then
INSTALL_ARGS+=" -v"
Expand Down

0 comments on commit 65197e4

Please sign in to comment.