mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
[fix] Install netcat so nc command works
This commit is contained in:
@@ -959,7 +959,7 @@ saltify() {
|
||||
if [ $OS = 'centos' ]; then
|
||||
set_progress_str 6 'Installing various dependencies'
|
||||
{
|
||||
yum -y install wget https://repo.saltstack.com/py3/redhat/salt-py3-repo-latest-2.el7.noarch.rpm;
|
||||
yum -y install wget nmap https://repo.saltstack.com/py3/redhat/salt-py3-repo-latest-2.el7.noarch.rpm;
|
||||
cp /etc/yum.repos.d/salt-py3-latest.repo /etc/yum.repos.d/salt-2019-2.repo;
|
||||
sed -i 's/latest/2019.2/g' /etc/yum.repos.d/salt-2019-2.repo;
|
||||
} >> "$setup_log" 2>&1
|
||||
@@ -1026,6 +1026,7 @@ saltify() {
|
||||
software-properties-common\
|
||||
apt-transport-https\
|
||||
openssl\
|
||||
netcat\
|
||||
jq >> "$setup_log" 2>&1
|
||||
|
||||
# Grab the version from the os-release file
|
||||
|
||||
Reference in New Issue
Block a user