mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge branch 'master' into dev
# Conflicts: # setup/so-functions
This commit is contained in:
@@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
### ISO Download:
|
### ISO Download:
|
||||||
|
|
||||||
[HH1.1.3-20.iso](https://github.com/Security-Onion-Solutions/securityonion-hh-iso/releases/download/HH1.1.3/HH-1.1.3-20.iso)
|
[HH1.1.3-21.iso](https://github.com/Security-Onion-Solutions/securityonion-hh-iso/releases/download/HH1.1.3/HH-1.1.3-21.iso)
|
||||||
MD5: 5A97980365A2A63EBFABB8C1DEB32BB6
|
MD5: 0FDACF6A2BB63B390C4D7FA46CCA3AA5
|
||||||
SHA1: 2A780B41903D907CED91D944569FD24FC131281F
|
SHA1: 20506D5C535CF5D0E2F7440C8ACBE9D318049B7D
|
||||||
SHA256: 56FA65EB5957903B967C16E792B17386848101CD058E0289878373110446C4B2
|
SHA256: EAEE7DC173F0E91BED43BDA13A84A20167975B5F7BD6598BE2D434AB29EAC51B
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
Default Username: onion
|
Default Username: onion
|
||||||
|
|||||||
@@ -1034,11 +1034,19 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
yum clean expire-cache
|
yum clean expire-cache
|
||||||
|
<<<<<<< HEAD:setup/so-functions
|
||||||
yum -y install epel-release salt-minion-2019.2.3 yum-utils device-mapper-persistent-data lvm2 openssl jq
|
yum -y install epel-release salt-minion-2019.2.3 yum-utils device-mapper-persistent-data lvm2 openssl jq
|
||||||
yum -y update exclude=salt*
|
yum -y update exclude=salt*
|
||||||
systemctl enable salt-minion
|
systemctl enable salt-minion
|
||||||
|
|
||||||
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ] || [ $INSTALLTYPE == 'HELIXSENSOR' ] || [ $INSTALLTYPE == 'MASTERSEARCH' ]; then
|
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ] || [ $INSTALLTYPE == 'HELIXSENSOR' ] || [ $INSTALLTYPE == 'MASTERSEARCH' ]; then
|
||||||
|
=======
|
||||||
|
yum -y install epel-release salt-minion-2019.2.3 yum-utils device-mapper-persistent-data lvm2 openssl
|
||||||
|
yum -y update exclude=salt*
|
||||||
|
systemctl enable salt-minion
|
||||||
|
|
||||||
|
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ] || [ $INSTALLTYPE == 'HELIXSENSOR' ]; then
|
||||||
|
>>>>>>> master:setup/functions.sh
|
||||||
yum -y install salt-master-2019.2.3 python3 python36-m2crypto salt-minion-2019.2.3 python36-dateutil python36-mysql python36-docker
|
yum -y install salt-master-2019.2.3 python3 python36-m2crypto salt-minion-2019.2.3 python36-dateutil python36-mysql python36-docker
|
||||||
systemctl enable salt-master
|
systemctl enable salt-master
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user