mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
5 lines
168 B
Bash
5 lines
168 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D986B59D
|
||
|
|
||
|
echo "deb http://deb.odroid.in/5422-s bionic main" > /etc/apt/sources.list.d/odroid.list
|