From d8911ead558ead714c54cf6fdf8029d4cd0a2dd0 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 9 May 2026 18:15:03 +0200 Subject: [PATCH] Add fuse3-libs to installation list in 30-virt.sh --- build/30-virt.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/30-virt.sh b/build/30-virt.sh index bfe8fdb..1205102 100755 --- a/build/30-virt.sh +++ b/build/30-virt.sh @@ -19,7 +19,8 @@ dnf5 install -y \ distrobox \ plasma-setup \ libva-utils \ - micro + micro \ + fuse3-libs # --- 2. Die sofortige Bereinigung (WICHTIG!) --- echo "Cleaning up this layer..."