mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Update soup
This commit is contained in:
@@ -398,6 +398,8 @@ clone_to_tmp() {
|
|||||||
SOUP_BRANCH=""
|
SOUP_BRANCH=""
|
||||||
if [ -n "$BRANCH" ]; then
|
if [ -n "$BRANCH" ]; then
|
||||||
SOUP_BRANCH="-b $BRANCH"
|
SOUP_BRANCH="-b $BRANCH"
|
||||||
|
else
|
||||||
|
SOUP_BRANCH="-b 2.3/main"
|
||||||
fi
|
fi
|
||||||
git clone $SOUP_BRANCH https://github.com/Security-Onion-Solutions/securityonion.git
|
git clone $SOUP_BRANCH https://github.com/Security-Onion-Solutions/securityonion.git
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user