mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 04:09:19 +00:00
fix: frigate pin version (#2296)
This commit is contained in:
parent
1c9d23713d
commit
1788551393
@ -50,7 +50,7 @@ msg_ok "Set Up Hardware Acceleration"
|
||||
|
||||
#RELEASE=$(curl -s https://api.github.com/repos/blakeblackshear/frigate/releases/latest | jq -r '.tag_name')
|
||||
msg_ok "Stop spinner to prevent segmentation fault"
|
||||
msg_info "Installing Frigate $RELEASE (Perseverance)"
|
||||
msg_info "Installing Frigate v0.14.1 (Perseverance)"
|
||||
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi
|
||||
cd ~
|
||||
mkdir -p /opt/frigate/models
|
||||
|
Loading…
Reference in New Issue
Block a user