mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Master Update Script - Initial commit
This commit is contained in:
3
exclude-list.txt
Normal file
3
exclude-list.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
salt/bro/files/local.bro
|
||||
salt/bro/files/local.bro.community
|
||||
salt/suricata/suricata.yaml
|
||||
9
updatemaster.sh
Normal file
9
updatemaster.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Clone github
|
||||
mkdir /tmp/sogh
|
||||
cd /tmp/sogh
|
||||
git clone https://github.com/TOoSmOotH/securityonion-saltstack.git
|
||||
cd securityonion-saltstack
|
||||
rsync -a pillar /opt/so/saltstack/
|
||||
rsync -a --exclude-from 'exclude-list.txt' salt /opt/so/saltstack/
|
||||
Reference in New Issue
Block a user