There was an error while loading. Please reload this page.
1 parent 62a6122 commit 37ce662Copy full SHA for 37ce662
2 files changed
ct/birdnet-go.sh
@@ -43,6 +43,7 @@ function update_script() {
43
cp /opt/birdnet/birdnet-go /usr/local/bin/birdnet-go
44
chmod +x /usr/local/bin/birdnet-go
45
cp -r /opt/birdnet/libtensorflowlite_c.so /usr/local/lib/ || true
46
+ cp -r /opt/birdnet/libonnxruntime.so /usr/local/lib/ || true
47
ldconfig
48
msg_ok "Deployed Binary"
49
install/birdnet-go-install.sh
@@ -27,6 +27,7 @@ msg_info "Setting up BirdNET-Go"
27
28
29
30
+cp -r /opt/birdnet/libonnxruntime.so /usr/local/lib/ || true
31
32
mkdir -p /opt/birdnet/data/clips
33
msg_ok "Set up BirdNET-Go"
0 commit comments