From ff3216aa92749f702ca344e9dd605b34fafc422c Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 19 Apr 2024 11:04:50 -0400 Subject: [PATCH] Update frigate-install.sh tweak --- install/frigate-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index ce3c81a0..2d9598f3 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -98,7 +98,7 @@ echo "tmpfs /tmp/cache tmpfs defaults 0 0" >> /etc/fstab msg_ok "Installed Frigate $RELEASE" if grep -q -o -m1 'avx[^ ]*' /proc/cpuinfo; then - echo -e "AVX support detected" + msg_ok "AVX support detected" msg_info "Installing Openvino Object Detection Model (Resilience)" $STD pip install -r /opt/frigate/docker/main/requirements-ov.txt cd /opt/frigate/models