mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
SO Setup - Fix
This commit is contained in:
@@ -396,9 +396,9 @@ saltify() {
|
||||
|
||||
# Nasty hack but required for now
|
||||
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ]; then
|
||||
yum -y install salt-master python-m2crypto salt-minion
|
||||
yum -y install salt-master python-m2crypto salt-minion m2crypto
|
||||
else
|
||||
yum -y install salt-minion python-m2m2crypto
|
||||
yum -y install salt-minion python-m2m2crypto m2crypto
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user