From 4b429e440b03fae0f1be828c3944066e7806629b Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 6 Feb 2025 09:31:24 -0700 Subject: [PATCH] Point to latest version of hailo script (#16351) --- docs/docs/frigate/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 4a28623a5..2c139d2bd 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -111,7 +111,7 @@ For Raspberry Pi 5 users with the AI Kit, installation is straightforward. Simpl For other installations, follow these steps for installation: 1. Install the driver from the [Hailo GitHub repository](https://github.com/hailo-ai/hailort-drivers). A convenient script for Linux is available to clone the repository, build the driver, and install it. -2. Copy or download [this script](https://github.com/blakeblackshear/frigate/blob/41c9b13d2fffce508b32dfc971fa529b49295fbd/docker/hailo8l/user_installation.sh). +2. Copy or download [this script](https://github.com/blakeblackshear/frigate/blob/dev/docker/hailo8l/user_installation.sh). 3. Ensure it has execution permissions with `sudo chmod +x user_installation.sh` 4. Run the script with `./user_installation.sh`