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 39233fe937 - Show all commits

View File

@ -5,7 +5,7 @@ set -e
DEBUG=${DEBUG:-0}
REQUIREMENTS="git wget ffmpeg python3 python3-pip python3-dev python3-venv gzip sqlite3"
REQUIREMENTS="git wget ffmpeg python3 python3-pip python3-dev python3-venv zip unzip sqlite3"
REPOSITORY=${REPOSITORY:-https://github.com/UncleSamulus/BirdNET-stream.git}
BRANCH=${BRANCH:-main}
WORKDIR="$(pwd)/BirdNET-stream"