From 4ab0941fa848349f08ab1fbc57b565042cf10075 Mon Sep 17 00:00:00 2001 From: mcguirepr89 <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 8 Oct 2021 12:15:11 -0400 Subject: [PATCH] Update Birders_Guide_Installer.sh --- Birders_Guide_Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh index b5b1695..ad1cdb1 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -107,7 +107,7 @@ stage_2() { if [ ! -d ${my_dir} ];then cd ~ || exit 1 echo "Cloning the BirdNET-Lite repository in your home directory" - git clone -b rpi4 https://github.com/mcguirepr89/BirdNET-Lite.git ~/BirdNET-Lite + git clone https://github.com/mcguirepr89/BirdNET-Lite.git ~/BirdNET-Lite fi if [ -f ${my_dir}/Birders_Guide_Installer_Configuration.txt ];then