Update birdnet-pi-config

This commit is contained in:
Patrick McGuire
2021-10-27 18:07:06 -04:00
committed by GitHub
parent 81d61cdfae
commit 7618ff1a58
+1 -1
View File
@@ -599,7 +599,7 @@ do_update() {
}
do_install_birdnet() {
if [ -f ${birdnetpi_dir}/Birders_Guide_Installer.sh} ];then
if [ -f ${birdnetpi_dir}/Birders_Guide_Installer.sh ];then
sudo -E -upi ${birdnetpi_dir}/Birders_Guide_Installer.sh
else
curl -s "https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/${branch}/Birders_Guide_Installer.sh" | sudo -E -upi bash