Skip to content

Commit 1788551

Browse files
authored
fix: frigate pin version (#2296)
1 parent 1c9d237 commit 1788551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/frigate-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ msg_ok "Set Up Hardware Acceleration"
5050

5151
#RELEASE=$(curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | jq -r '.tag_name')
5252
msg_ok "Stop spinner to prevent segmentation fault"
53-
msg_info "Installing Frigate $RELEASE (Perseverance)"
53+
msg_info "Installing Frigate v0.14.1 (Perseverance)"
5454
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi
5555
cd ~
5656
mkdir -p /opt/frigate/models

0 commit comments

Comments
 (0)