Fix multimedia installation script by removing duplicates
Removed duplicate dnf5 install command and libavcodec-freeworld package.
This commit is contained in:
@@ -6,7 +6,6 @@ set -eoux pipefail
|
||||
# Zusammengefasst, um Abhängigkeiten in einem Schritt zu lösen.
|
||||
###############################################################################
|
||||
echo "Installing Multimedia stack (Mesa Freeworld, Codecs & Groups)..."
|
||||
dnf5 install -y \
|
||||
dnf5 install -y \
|
||||
--enablerepo=terra \
|
||||
--allowerasing \
|
||||
@@ -16,7 +15,6 @@ dnf5 install -y \
|
||||
mesa-vulkan-drivers \
|
||||
mesa-dri-drivers \
|
||||
ffmpeg \
|
||||
libavcodec-freeworld \
|
||||
gstreamer1-libav \
|
||||
gstreamer1-plugins-ugly \
|
||||
gstreamer1-plugins-bad-free-extras \
|
||||
|
||||
Reference in New Issue
Block a user