Skip to content

Commit

Permalink
Merge pull request #149 from wazuh/bug/148-confict-message-in-install…
Browse files Browse the repository at this point in the history
…variablessh-script

Solve confict in installVariables
  • Loading branch information
c-bordon authored Dec 2, 2024
2 parents e95059f + 23430ec commit 67d88d7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.

### Fixed

- Solve confict in installVariables ([#149](https://github.com/wazuh/wazuh-installation-assistant/pull/149))
- Print getHelp output when no parameter is passed to the builder script. ([#142](https://github.com/wazuh/wazuh-installation-assistant/pull/142))

### Deleted
Expand Down
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
4 changes: 0 additions & 4 deletions install_functions/installVariables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,5 @@ readonly indexer_yum_dependencies=( coreutils )
readonly indexer_apt_dependencies=( debconf adduser procps gnupg apt-transport-https )
readonly dashboard_yum_dependencies=( libcap )
readonly dashboard_apt_dependencies=( debhelper tar curl libcap2-bin gnupg apt-transport-https )
<<<<<<< HEAD
readonly wia_offline_dependencies=( curl tar gnupg openssl lsof )
wia_dependencies_installed=()
=======
assistant_deps_to_install=()
>>>>>>> b2f4e7a0928581ea3ce69f46a7a101bcba2fc708

0 comments on commit 67d88d7

Please sign in to comment.