From 8f848921fb7704669111a69f5538eb0247675180 Mon Sep 17 00:00:00 2001 From: Mack Date: Thu, 17 Oct 2024 19:58:47 +0800 Subject: [PATCH] FIX:update fedora build shell jira: nojira Change-Id: I9990f960b68c36c510612fac91a65605197f1000 --- linux.d/fedora | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux.d/fedora b/linux.d/fedora index dd48349a3..8a9553919 100644 --- a/linux.d/fedora +++ b/linux.d/fedora @@ -35,6 +35,9 @@ REQUIRED_DEV_PACKAGES=( wget libcurl-devel libquadmath-devel + nasm + yasm + x264-devel ) if [[ -n "$UPDATE_LIB" ]] @@ -52,6 +55,8 @@ then done if [ -n "${NEEDED_PKGS}" ]; then + sudo dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm + sudo dnf -y update sudo dnf install -y ${NEEDED_PKGS} fi echo -e "done\n"