Skip to content

Commit

Permalink
Merge pull request #3003 from wazuh/change/add-new-install-dependenci…
Browse files Browse the repository at this point in the history
…es-parameter-to-ova

Added `--install-dependencies` parameter to OVA generation
  • Loading branch information
teddytpc1 authored Jun 26, 2024
2 parents c4e499b + 5a1c8b5 commit ddaaabf
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 @@ -14,7 +14,7 @@ CURRENT_PATH="$( cd $(dirname $0) ; pwd -P )"
ASSETS_PATH="${CURRENT_PATH}/assets"
CUSTOM_PATH="${ASSETS_PATH}/custom"
BUILDER_ARGS="-i"
INSTALL_ARGS="-a"
INSTALL_ARGS="-a --install-dependencies"

if [[ "${PACKAGES_REPOSITORY}" == "dev" ]]; then
BUILDER_ARGS+=" -d"
Expand Down

0 comments on commit ddaaabf

Please sign in to comment.