From 75599e42fcbfe0f0690ccf43ebdb6bc348047d80 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:42:38 +0200 Subject: [PATCH] Rename installation script for BirdNET-Go --- install/{birdnet-install.sh => birdnet-go-install.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename install/{birdnet-install.sh => birdnet-go-install.sh} (95%) diff --git a/install/birdnet-install.sh b/install/birdnet-go-install.sh similarity index 95% rename from install/birdnet-install.sh rename to install/birdnet-go-install.sh index 7b420c8a0..e54ee5189 100644 --- a/install/birdnet-install.sh +++ b/install/birdnet-go-install.sh @@ -23,13 +23,13 @@ msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "birdnet" "tphakala/birdnet-go" "prebuild" "latest" "/opt/birdnet" "birdnet-go-linux-amd64.tar.gz" -msg_info "Setting up BirdNET" +msg_info "Setting up BirdNET-Go" cp /opt/birdnet/birdnet-go /usr/local/bin/birdnet-go chmod +x /usr/local/bin/birdnet-go cp -r /opt/birdnet/libtensorflowlite_c.so /usr/local/lib/ || true ldconfig mkdir -p /opt/birdnet/data/clips -msg_ok "Set up BirdNET" +msg_ok "Set up BirdNET-Go" msg_info "Creating Service" cat </etc/systemd/system/birdnet.service