mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-02 11:37:41 +03:00
8 lines
146 B
Bash
8 lines
146 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Update package list and install hailo driver version 5.1.1 for Hailo-10H
|
||
|
|
sudo apt update
|
||
|
|
sudo apt install -y hailo-h10-all=5.1.1
|
||
|
|
|
||
|
|
|