python modules for filecheck

This commit is contained in:
m0duspwnens
2023-04-12 14:38:21 -04:00
parent c90c72dbba
commit 0d17f4f486
2 changed files with 6 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ commonpkgs:
- libssl-dev - libssl-dev
- python3-dateutil - python3-dateutil
- python3-packaging - python3-packaging
- python3-watchdog
- python3-lxml - python3-lxml
- git - git
- vim - vim
@@ -59,6 +60,7 @@ commonpkgs:
- python3-m2crypto - python3-m2crypto
- rsync - rsync
- python3-rich - python3-rich
- python3-pyyaml
- python3-watchdog - python3-watchdog
- python3-packaging - python3-packaging
- unzip - unzip

View File

@@ -446,6 +446,7 @@ if ! [[ -f $install_opt_file ]]; then
elif [[ $is_searchnode ]]; then elif [[ $is_searchnode ]]; then
#ubuntu_check #ubuntu_check
installer_prereq_packages
check_requirements "elasticsearch" check_requirements "elasticsearch"
networking_needful networking_needful
check_network_manager_conf check_network_manager_conf
@@ -459,6 +460,7 @@ if ! [[ -f $install_opt_file ]]; then
elif [[ $is_heavynode ]]; then elif [[ $is_heavynode ]]; then
#ubuntu_check #ubuntu_check
installer_prereq_packages
monints=true monints=true
check_requirements "heavynode" check_requirements "heavynode"
calculate_useable_cores calculate_useable_cores
@@ -471,6 +473,7 @@ if ! [[ -f $install_opt_file ]]; then
elif [[ $is_idh ]]; then elif [[ $is_idh ]]; then
#ubuntu_check #ubuntu_check
installer_prereq_packages
check_requirements "idh" check_requirements "idh"
networking_needful networking_needful
collect_mngr_hostname collect_mngr_hostname
@@ -505,6 +508,7 @@ if ! [[ -f $install_opt_file ]]; then
elif [[ $is_receiver ]]; then elif [[ $is_receiver ]]; then
#ubuntu_check #ubuntu_check
installer_prereq_packages
check_requirements "receiver" check_requirements "receiver"
networking_needful networking_needful
collect_mngr_hostname collect_mngr_hostname