diff --git a/birdnet-pi/rootfs/etc/cont-init.d/98-oldcpu.sh b/birdnet-pi/rootfs/etc/cont-init.d/98-oldcpu.sh index 597889c4e..90f30e637 100755 --- a/birdnet-pi/rootfs/etc/cont-init.d/98-oldcpu.sh +++ b/birdnet-pi/rootfs/etc/cont-init.d/98-oldcpu.sh @@ -1,5 +1,5 @@ #!/command/with-contenv bashio -# shellcheck shell=bash +# shellcheck shell=bash disable=SC1091 set -e ################## @@ -26,7 +26,6 @@ if [[ "$(uname -m)" = "x86_64" ]]; then bashio::log.warning "Trying to install tensorflow instead of tflite_runtime instead" mkdir -p /home/pi/.cache/pip chmod 777 /home/pi/.cache/pip - # shellcheck disable=SC1091 source /home/pi/BirdNET-Pi/birdnet/bin/activate pip3 uninstall -y tflite_runtime pip3 install tensorflow