Update Soup

This commit is contained in:
Mike Reeves
2023-07-31 13:07:29 -04:00
parent 16217912db
commit e78e6b74ed

View File

@@ -346,7 +346,7 @@ clone_to_tmp() {
# Make a temp location for the files
mkdir -p /tmp/sogh
cd /tmp/sogh
SOUP_BRANCH=""
SOUP_BRANCH="-b 2.4/main"
if [ -n "$BRANCH" ]; then
SOUP_BRANCH="-b $BRANCH"
fi