From 1bb33c40d1ee2b1750e99621af3965302aba48e1 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:41:57 +0200 Subject: [PATCH] Rename: BirdNET > BirdNET-Go --- ct/{birdnet.sh => birdnet-go.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ct/{birdnet.sh => birdnet-go.sh} (99%) diff --git a/ct/birdnet.sh b/ct/birdnet-go.sh similarity index 99% rename from ct/birdnet.sh rename to ct/birdnet-go.sh index ce9f85731..7deb1dc8e 100644 --- a/ct/birdnet.sh +++ b/ct/birdnet-go.sh @@ -6,7 +6,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/tphakala/birdnet-go -APP="BirdNET" +APP="BirdNET-Go" var_tags="${var_tags:-monitoring;ai;nature}" var_cpu="${var_cpu:-4}" var_ram="${var_ram:-2048}"