From 2539cd804974669e2cbca079c47931fbffa2f3e1 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:57:52 +0200 Subject: [PATCH] Modify multimedia installation script options Added --skip-unavailable option to dnf5 command. --- build/20-multimedia.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/20-multimedia.sh b/build/20-multimedia.sh index b188fa1..242c83d 100755 --- a/build/20-multimedia.sh +++ b/build/20-multimedia.sh @@ -16,7 +16,8 @@ dnf5 install -y \ gstreamer1-libav \ gstreamer1-plugins-bad-freeworld \ gstreamer1-plugins-ugly \ - --allowerasing + --allowerasing \ + --skip-unavailable # Die Gruppeninstallation bleibt separat, da sie eine eigene logische Einheit ist dnf5 group install -y multimedia --with-optional --allowerasing