Update birdnet-pi-config

This commit is contained in:
Patrick McGuire
2021-10-27 18:37:03 -04:00
committed by GitHub
parent e693285d75
commit c7fcb906f4
-4
View File
@@ -599,11 +599,7 @@ do_update() {
}
do_install_birdnet() {
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
fi
ASK_TO_REBOOT=1
}