removed max depth for branch switching
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ sudo apt update
|
|||||||
if ! which git &> /dev/null;then
|
if ! which git &> /dev/null;then
|
||||||
sudo apt -y install git
|
sudo apt -y install git
|
||||||
fi
|
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
|
echo 'Now, run the following script
|
||||||
|
|
||||||
sudo -E ${HOME}/BirdNET-Pi/scripts/birdnet-pi-config
|
sudo -E ${HOME}/BirdNET-Pi/scripts/birdnet-pi-config
|
||||||
|
|||||||
Reference in New Issue
Block a user