From 91b2b566180994eba9c18491526268e069f4305a Mon Sep 17 00:00:00 2001 From: adminbruno Date: Thu, 14 Mar 2024 01:07:30 -0400 Subject: [PATCH] Ajouter 'config-fedora-lxc.sh' --- config-fedora-lxc.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config-fedora-lxc.sh 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