From 3fb263e565566bf480be5a4edad9b94131ef0c9c Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Tue, 9 Nov 2021 13:05:53 -0500 Subject: [PATCH] removed max depth for branch switching --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index 305284c..81adc8c 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -7,7 +7,7 @@ sudo apt update if ! which git &> /dev/null;then sudo apt -y install git fi -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 echo 'Now, run the following script sudo -E ${HOME}/BirdNET-Pi/scripts/birdnet-pi-config