adjusting for bullseye installation

This commit is contained in:
Patrick McGuire
2021-11-10 08:55:39 -05:00
parent 3fb263e565
commit fa353927aa
6 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
USER=pi
HOME=/home/pi
my_dir=${HOME}/BirdNET-Pi
branch=main
branch=bullseye
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
if [ "$(uname -m)" != "aarch64" ];then