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