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