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 1c9d237 commit 1788551Copy full SHA for 1788551
install/frigate-install.sh
@@ -50,7 +50,7 @@ msg_ok "Set Up Hardware Acceleration"
50
51
#RELEASE=$(curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | jq -r '.tag_name')
52
msg_ok "Stop spinner to prevent segmentation fault"
53
-msg_info "Installing Frigate $RELEASE (Perseverance)"
+msg_info "Installing Frigate v0.14.1 (Perseverance)"
54
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi
55
cd ~
56
mkdir -p /opt/frigate/models
0 commit comments