Mise à jour de 'config-fedora-lxc.sh'

add lines to create frigate local users with needed groups/rights
main
adminbruno 2 years ago
parent 292c425faf
commit c3981b61e5

@ -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
dnf in -y intel-media-driver libva-utils intel-gpu-tools podman podman-compose
useradd -U -G video,render,wheel frigate
passwd frigate
Loading…
Cancel
Save