preparing for pull into main

This commit is contained in:
Patrick McGuire
2021-11-10 09:50:45 -05:00
parent 6b0c604842
commit 651c6107fe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
USER=pi
HOME=/home/pi
my_dir=${HOME}/BirdNET-Pi
branch=bullseye
branch=main
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
if [ "$(uname -m)" != "aarch64" ];then
+1 -1
View File
@@ -2,7 +2,7 @@
# Simple new installer
HOME=/home/pi
USER=pi
branch=bullseye
branch=main
sudo apt update
if ! which git &> /dev/null;then
sudo apt -y install git
+1 -1
View File
@@ -7,7 +7,7 @@
#set -x
birdnetpi_dir=/home/pi/BirdNET-Pi
birders_config=${birdnetpi_dir}/Birders_Guide_Installer_Configuration.txt
branch=bullseye
branch=main
INTERACTIVE=True
ASK_TO_REBOOT=0
BLACKLIST=/etc/modprobe.d/raspi-blacklist.conf