diff --git a/config-fedora-lxc.sh b/config-fedora-lxc.sh new file mode 100644 index 0000000..3ab6ee4 --- /dev/null +++ b/config-fedora-lxc.sh @@ -0,0 +1,5 @@ +#!/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 \ No newline at end of file