Update Birders_Guide_Installer.sh

This commit is contained in:
mcguirepr89
2021-10-08 12:15:11 -04:00
committed by GitHub
parent 74611c29e3
commit 4ab0941fa8
+1 -1
View File
@@ -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