mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
so-setup-network Fix repo for centos
This commit is contained in:
@@ -146,7 +146,9 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in
|
|||||||
ADDUSER=adduser
|
ADDUSER=adduser
|
||||||
yum -y install https://repo.saltstack.com/yum/redhat/salt-repo-latest-2.el7.noarch.rpm
|
yum -y install https://repo.saltstack.com/yum/redhat/salt-repo-latest-2.el7.noarch.rpm
|
||||||
yum clean expire-cache
|
yum clean expire-cache
|
||||||
yum -y install salt-minion
|
yum -y install salt-minion yum-utils device-mapper-persistent-data lvm2
|
||||||
|
yum-config-manager -y --add-repo https://download.docker.com/linux/centos/docker-ce.repo
|
||||||
|
|
||||||
if [ $INSTALLTYPE != 'SENSORONLY' ]; then
|
if [ $INSTALLTYPE != 'SENSORONLY' ]; then
|
||||||
yum -y install salt-master
|
yum -y install salt-master
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user