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 29d3073 commit f2512b0Copy full SHA for f2512b0
install/frigate-install.sh
@@ -102,7 +102,7 @@ else
102
sed -i -e 's/^kvm:x:104:$/render:x:104:frigate/' -e 's/^render:x:105:$/kvm:x:105:/' /etc/group
103
fi
104
echo "tmpfs /tmp/cache tmpfs defaults 0 0" >> /etc/fstab
105
-msg_ok "Installed Frigate $RELEASE"
+msg_ok "Installed Frigate"
106
107
if grep -q -o -m1 -E 'avx[^ ]*' /proc/cpuinfo; then
108
msg_ok "AVX Support Detected"
0 commit comments