parent
bc2a88d29b
commit
10d6b6f994
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
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
|
||||
|
||||
useradd -U -G video,render,wheel frigate
|
||||
passwd frigate
|
||||
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
dnf in -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 nano
|
||||
Loading…
Reference in new issue