From f2512b032f8dc7293728d8c420d9331b9fe4aacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:31:00 +0100 Subject: [PATCH] fix message (#2323) --- 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 2df70806..1b58740e 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -102,7 +102,7 @@ else sed -i -e 's/^kvm:x:104:$/render:x:104:frigate/' -e 's/^render:x:105:$/kvm:x:105:/' /etc/group fi echo "tmpfs /tmp/cache tmpfs defaults 0 0" >> /etc/fstab -msg_ok "Installed Frigate $RELEASE" +msg_ok "Installed Frigate" if grep -q -o -m1 -E 'avx[^ ]*' /proc/cpuinfo; then msg_ok "AVX Support Detected"