removed max depth for branch switching

This commit is contained in:
Patrick McGuire
2021-11-09 13:05:53 -05:00
parent 68733ec59f
commit 3fb263e565
+1 -1
View File
@@ -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