mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 22:12:48 +01:00
10 lines
253 B
Bash
10 lines
253 B
Bash
#!/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/
|