From 7482a3b09ad1961700a7216e5ce380b674da948e Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 9 May 2026 18:54:11 +0200 Subject: [PATCH] Replace 'fuse3-libs' with 'fuse-libs' in script --- build/30-virt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/30-virt.sh b/build/30-virt.sh index 1205102..1a81e79 100755 --- a/build/30-virt.sh +++ b/build/30-virt.sh @@ -20,7 +20,7 @@ dnf5 install -y \ plasma-setup \ libva-utils \ micro \ - fuse3-libs + fuse-libs # --- 2. Die sofortige Bereinigung (WICHTIG!) --- echo "Cleaning up this layer..."