From b9f1328e8aedd53f1679a59fe14810780fcd4176 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:15:32 -0500 Subject: [PATCH] Update update_birdnet_snippets.sh --- scripts/update_birdnet_snippets.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update_birdnet_snippets.sh b/scripts/update_birdnet_snippets.sh index 48800a3..890af47 100755 --- a/scripts/update_birdnet_snippets.sh +++ b/scripts/update_birdnet_snippets.sh @@ -157,5 +157,7 @@ CREATE INDEX IF NOT EXISTS "detections_Com_Name" ON "detections" ("Com_Name"); CREATE INDEX IF NOT EXISTS "detections_Date_Time" ON "detections" ("Date" DESC, "Time" DESC); EOF +$HOME/BirdNET-Pi/birdnet/bin/pip3 install -U apprise + sudo systemctl daemon-reload restart_services.sh