From 897c7bd867ce36b9595f78f9d6f45db6e616a455 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Tue, 7 May 2024 13:12:26 -0400
Subject: [PATCH] Update frigate-install.sh

another attempt to fix `Segmentation fault`
---
 install/frigate-install.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/install/frigate-install.sh b/install/frigate-install.sh
index ed9be712a..b5b53ca7d 100644
--- a/install/frigate-install.sh
+++ b/install/frigate-install.sh
@@ -43,8 +43,6 @@ if [[ "$CTTYPE" == "0" ]]; then
   chgrp video /dev/dri
   chmod 755 /dev/dri
   chmod 660 /dev/dri/*
-  $STD adduser $(id -u -n) video
-  $STD adduser $(id -u -n) render
 fi
 msg_ok "Set Up Hardware Acceleration"