preparing branch for testing
This commit is contained in:
@@ -3,7 +3,7 @@ set -e
|
|||||||
USER=pi
|
USER=pi
|
||||||
HOME=/home/pi
|
HOME=/home/pi
|
||||||
my_dir=${HOME}/BirdNET-Pi
|
my_dir=${HOME}/BirdNET-Pi
|
||||||
branch=main
|
branch=forms
|
||||||
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
|
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
|
||||||
|
|
||||||
if [ "$(uname -m)" != "aarch64" ];then
|
if [ "$(uname -m)" != "aarch64" ];then
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
# Simple new installer
|
# Simple new installer
|
||||||
HOME=/home/pi
|
HOME=/home/pi
|
||||||
USER=pi
|
USER=pi
|
||||||
branch=main
|
branch=forms
|
||||||
sudo apt update
|
sudo apt update
|
||||||
if ! which git &> /dev/null;then
|
if ! which git &> /dev/null;then
|
||||||
sudo apt -y install git
|
sudo apt -y install git
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
set -x
|
set -x
|
||||||
birdnetpi_dir=/home/pi/BirdNET-Pi
|
birdnetpi_dir=/home/pi/BirdNET-Pi
|
||||||
birders_config=${birdnetpi_dir}/Birders_Guide_Installer_Configuration.txt
|
birders_config=${birdnetpi_dir}/Birders_Guide_Installer_Configuration.txt
|
||||||
branch=main
|
branch=forms
|
||||||
INTERACTIVE=True
|
INTERACTIVE=True
|
||||||
ASK_TO_REBOOT=0
|
ASK_TO_REBOOT=0
|
||||||
BLACKLIST=/etc/modprobe.d/raspi-blacklist.conf
|
BLACKLIST=/etc/modprobe.d/raspi-blacklist.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user