Add sqlite3 to dependencies

This commit is contained in:
Samuel Ortion 2022-08-21 08:24:04 +02:00
parent ed92c9ddea
commit 0cfa8715c2
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
DEBUG=${DEBUG:-0} DEBUG=${DEBUG:-0}
REQUIREMENTS="git wget ffmpeg python3 python3-pip python3-dev python3-venv gzip" REQUIREMENTS="git wget ffmpeg python3 python3-pip python3-dev python3-venv g{,un}zip sqlite3"
REPOSITORY=${REPOSITORY:-https://github.com/UncleSamulus/BirdNET-stream.git} REPOSITORY=${REPOSITORY:-https://github.com/UncleSamulus/BirdNET-stream.git}
BRANCH=${BRANCH:-main} BRANCH=${BRANCH:-main}
WORKDIR="$(pwd)/BirdNET-stream" WORKDIR="$(pwd)/BirdNET-stream"
@ -206,6 +206,7 @@ install_config() {
update_permissions() { update_permissions() {
debug "Updating permissions (may not work properly)" debug "Updating permissions (may not work properly)"
cd $WORKDIR
sudo chown -R $USER:birdnet "$WORKDIR" sudo chown -R $USER:birdnet "$WORKDIR"
sudo chown -R $USER:birdnet "$CHUNK_FOLDER" sudo chown -R $USER:birdnet "$CHUNK_FOLDER"
sudo chmod -R 755 "$CHUNK_FOLDER" sudo chmod -R 755 "$CHUNK_FOLDER"

1
www/.gitignore vendored
View File

@ -8,6 +8,7 @@
/public/bundles/ /public/bundles/
/var/ /var/
/vendor/ /vendor/
yarn.lock
###< symfony/framework-bundle ### ###< symfony/framework-bundle ###
###> symfony/webpack-encore-bundle ### ###> symfony/webpack-encore-bundle ###