Merge branch 'main' into newinstaller

This commit is contained in:
Patrick McGuire
2021-11-06 16:13:24 -04:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
USER=pi
HOME=/home/pi
my_dir=${HOME}/BirdNET-Pi
branch=newinstaller
branch=main
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
if [ "$(uname -m)" != "aarch64" ];then