Modify multimedia installation script options
Added --skip-unavailable option to dnf5 command.
This commit is contained in:
@@ -16,7 +16,8 @@ dnf5 install -y \
|
|||||||
gstreamer1-libav \
|
gstreamer1-libav \
|
||||||
gstreamer1-plugins-bad-freeworld \
|
gstreamer1-plugins-bad-freeworld \
|
||||||
gstreamer1-plugins-ugly \
|
gstreamer1-plugins-ugly \
|
||||||
--allowerasing
|
--allowerasing \
|
||||||
|
--skip-unavailable
|
||||||
|
|
||||||
# Die Gruppeninstallation bleibt separat, da sie eine eigene logische Einheit ist
|
# Die Gruppeninstallation bleibt separat, da sie eine eigene logische Einheit ist
|
||||||
dnf5 group install -y multimedia --with-optional --allowerasing
|
dnf5 group install -y multimedia --with-optional --allowerasing
|
||||||
|
|||||||
Reference in New Issue
Block a user