We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22c9a1 commit 7cbbd6bCopy full SHA for 7cbbd6b
dietpi/dietpi-software
@@ -11926,7 +11926,7 @@ _EOF_
11926
11927
if To_Install 127 birdnet # BirdNET-Go: https://github.com/tphakala/birdnet-go/blob/main/install.sh
11928
then
11929
- local bnet_vers=$(curl -s https://api.github.com/repos/tphakala/birdnet-go/releases | grep -oP '"tag_name":\s*"\Knightly-[0-9]+' | sort -r | head -n1)
+ local bnet_vers=$(curl -s https://api.github.com/repos/tphakala/birdnet-go/releases | grep -oP '"tag_name":\s*"\K[^"]+' | head -n1)
11930
local bnet_inst='/opt/birdnet'
11931
local bnet_data='/mnt/dietpi_userdata/birdnet'
11932
local bnet_conf="$bnet_data/.config/birdnet-go/config.yaml"
0 commit comments