Skip to content

Commit

Permalink
Change where assistant_deps variable is initilized
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Nov 29, 2024
1 parent 2f6a9b9 commit 23430ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion install_functions/installCommon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,6 @@ function installCommon_scanDependencies() {
# Delete duplicates and sort
all_deps+=( "${assistant_deps[@]}" )
all_deps=( $(echo "${all_deps[@]}" | tr ' ' '\n' | sort -u) )
assistant_deps_to_install=()
deps_to_install=()

# Get not installed dependencies of Assistant and Wazuh
Expand Down
1 change: 1 addition & 0 deletions install_functions/installVariables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ readonly indexer_apt_dependencies=( debconf adduser procps gnupg apt-transport-h
readonly dashboard_yum_dependencies=( libcap )
readonly dashboard_apt_dependencies=( debhelper tar curl libcap2-bin gnupg apt-transport-https )
readonly wia_offline_dependencies=( curl tar gnupg openssl lsof )
assistant_deps_to_install=()

0 comments on commit 23430ec

Please sign in to comment.