Update Birders_Guide_Installer.sh

This commit is contained in:
Patrick McGuire
2021-10-29 12:05:53 -04:00
committed by GitHub
parent 1ca1e75957
commit c131439f4f
+1 -1
View File
@@ -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