Merge pull request #528 from lpmi-13/patch-1

Clone shallow on installation
This commit is contained in:
Patrick McGuire
2022-09-01 16:33:36 -04:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ if [[ ! -z $PACKAGES_MISSING ]] ; then
fi
branch=main
git clone -b $branch https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi &&
git clone -b $branch --depth=1 https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi &&
$HOME/BirdNET-Pi/scripts/install_birdnet.sh
if [ ${PIPESTATUS[0]} -eq 0 ];then