From 80cd40882143104e71662e8c55c20ba1622d9ab8 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 14 May 2020 12:33:28 -0400 Subject: [PATCH] [fix] Only install nc, not full nmap --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index d2c45f2f9..aa28d2e8a 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1020,7 +1020,7 @@ saltify() { cp ./yum_repos/salt-2019-2-5.repo /etc/yum.repos.d/salt-2019-2-5.repo; } >> "$setup_log" 2>&1 set_progress_str 6 'Installing various dependencies' - yum -y install wget nmap >> "$setup_log" 2>&1 + yum -y install wget nmap-ncat >> "$setup_log" 2>&1 case "$install_type" in 'MASTER' | 'EVAL' | 'MASTERSEARCH' | 'FLEET' | 'HELIXSENSOR') reserve_group_ids >> "$setup_log" 2>&1