From ba84157e0d42a901f875d9c35cfe0af45db02b0f Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 1 May 2026 12:35:48 +0200 Subject: [PATCH] Add 'micro' to the installation list in 30-virt.sh --- build/30-virt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/30-virt.sh b/build/30-virt.sh index 4f27428..ac5a9cd 100755 --- a/build/30-virt.sh +++ b/build/30-virt.sh @@ -19,6 +19,7 @@ dnf5 install -y \ plasma-setup \ libva-utils \ intel-media-driver \ + micro \ --allowerasing || true # --- 2. Die sofortige Bereinigung (WICHTIG!) ---