From c3981b61e52a653e57df9fb55277fd571f5a8e67 Mon Sep 17 00:00:00 2001 From: adminbruno Date: Thu, 14 Mar 2024 12:01:18 -0400 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'config-fedora-lxc.?= =?UTF-8?q?sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add lines to create frigate local users with needed groups/rights --- config-fedora-lxc.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config-fedora-lxc.sh b/config-fedora-lxc.sh index 3ab6ee4..a9d72da 100644 --- a/config-fedora-lxc.sh +++ b/config-fedora-lxc.sh @@ -2,4 +2,7 @@ sudo dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -dnf in -y intel-media-driver libva-utils intel-gpu-tools podman podman-compose \ No newline at end of file +dnf in -y intel-media-driver libva-utils intel-gpu-tools podman podman-compose + +useradd -U -G video,render,wheel frigate +passwd frigate \ No newline at end of file