From c131439f4f4f293ba788b4ef67779e2b995a9990 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 29 Oct 2021 12:05:53 -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 bf677b4..c4a5080 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -45,7 +45,7 @@ stage_2() { if [ ! -d ${my_dir} ];then cd ${HOME} || exit 1 echo "Cloning the BirdNET-Pi repository $branch branch into your home directory" - git clone --depth 1 -b ${branch} https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi + git clone -b ${branch} https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi else cd ${my_dir} && git checkout ${branch} fi