From e88e5df870a7e8b164588ba0a1283f27fd3ae950 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Mon, 24 Jan 2022 16:10:07 -0500 Subject: [PATCH] preparing for merge --- Birders_Guide_Installer.sh | 2 +- newinstaller.sh | 2 +- scripts/birdnet-pi-config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh index ad06f90..01b4d68 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -3,7 +3,7 @@ set -e USER=pi HOME=/home/pi my_dir=${HOME}/BirdNET-Pi -branch=forms +branch=main trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT if [ "$(uname -m)" != "aarch64" ];then diff --git a/newinstaller.sh b/newinstaller.sh index 1f4b0a4..7d6b4b3 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -2,7 +2,7 @@ # Simple new installer HOME=/home/pi USER=pi -branch=forms +branch=main if ! which git &> /dev/null;then sudo apt update sudo apt -y install git diff --git a/scripts/birdnet-pi-config b/scripts/birdnet-pi-config index f037783..8eac2b6 100755 --- a/scripts/birdnet-pi-config +++ b/scripts/birdnet-pi-config @@ -7,7 +7,7 @@ set -x birdnetpi_dir=/home/pi/BirdNET-Pi birders_config=${birdnetpi_dir}/Birders_Guide_Installer_Configuration.txt -branch=forms +branch=main INTERACTIVE=True ASK_TO_REBOOT=0 BLACKLIST=/etc/modprobe.d/raspi-blacklist.conf