Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2021-10-27 18:44:59 -04:00
committed by GitHub
parent eb58eaa804
commit 31372726f8
+4
View File
@@ -8,4 +8,8 @@ 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
echo 'Now, run the following script
sudo -E ${HOME}/BirdNET-Pi/scripts/birdnet-pi-config
'