dev #1

Merged
sortion merged 26 commits from dev into main 2022-08-25 06:02:34 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit daffa3ff96 - Show all commits

View File

@ -48,7 +48,7 @@ install_birdnetstream() {
# Clone BirdNET-stream
cd "$WORKDIR"
debug "Cloning BirdNET-stream from $REPOSITORY"
git clone -b "$BRANCH"--recurse-submodules "$REPOSITORY" .
git clone -b "$BRANCH" --recurse-submodules "$REPOSITORY" .
debug "Creating python3 virtual environment $PYTHON_VENV"
python3 -m venv $PYTHON_VENV
debug "Activating $PYTHON_VENV"