Update soup

This commit is contained in:
Mike Reeves
2024-04-03 15:58:56 -04:00
committed by GitHub
parent 94c7dabd9e
commit f50ae02559

View File

@@ -398,6 +398,8 @@ clone_to_tmp() {
SOUP_BRANCH=""
if [ -n "$BRANCH" ]; then
SOUP_BRANCH="-b $BRANCH"
else
SOUP_BRANCH="-b 2.3/main"
fi
git clone $SOUP_BRANCH https://github.com/Security-Onion-Solutions/securityonion.git
cd /tmp