install: Fix typo on -b <branch> git clone
This commit is contained in:
parent
a47304a961
commit
daffa3ff96
|
@ -48,7 +48,7 @@ install_birdnetstream() {
|
||||||
# Clone BirdNET-stream
|
# Clone BirdNET-stream
|
||||||
cd "$WORKDIR"
|
cd "$WORKDIR"
|
||||||
debug "Cloning BirdNET-stream from $REPOSITORY"
|
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"
|
debug "Creating python3 virtual environment $PYTHON_VENV"
|
||||||
python3 -m venv $PYTHON_VENV
|
python3 -m venv $PYTHON_VENV
|
||||||
debug "Activating $PYTHON_VENV"
|
debug "Activating $PYTHON_VENV"
|
||||||
|
|
Loading…
Reference in New Issue