Update update_birdnet_snippets.sh
This commit is contained in:
@@ -35,4 +35,7 @@ apprise_installation_status=$(~/BirdNET-Pi/birdnet/bin/python3 -c 'import pkguti
|
|||||||
if [[ "$apprise_installation_status" = "not installed" ]];then
|
if [[ "$apprise_installation_status" = "not installed" ]];then
|
||||||
~/BirdNET-Pi/birdnet/bin/pip3 install -U pip
|
~/BirdNET-Pi/birdnet/bin/pip3 install -U pip
|
||||||
~/BirdNET-Pi/birdnet/bin/pip3 install apprise
|
~/BirdNET-Pi/birdnet/bin/pip3 install apprise
|
||||||
fi
|
fi
|
||||||
|
if ! grep RTSP_STREAM /etc/birdnet/birdnet.conf &>/dev/null;then
|
||||||
|
sudo -u$USER echo "RTSP_STREAM=" >> /etc/birdnet/birdnet.conf
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user