mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-10 09:07:37 +03:00
Update user_installation.sh
This commit is contained in:
parent
481072cc13
commit
d88fc849b6
@ -10,7 +10,7 @@ arch=$(uname -m)
|
|||||||
if [[ $arch == "aarch64" ]]; then
|
if [[ $arch == "aarch64" ]]; then
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
os_codename=$VERSION_CODENAME
|
os_codename=$VERSION_CODENAME
|
||||||
echo "Detected OS codename: $VERSION_CODENAME"
|
echo "Detected OS codename: $os_codename"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$os_codename" = "trixie" ]; then
|
if [ "$os_codename" = "trixie" ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user