From 7c707a26abaf9a7b418a10f449c1f0db2e62b448 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 13 Nov 2024 22:53:36 -0700 Subject: [PATCH] Add codec to hardened-chromium --- fedora-gnome/hardened-chromium.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedora-gnome/hardened-chromium.sh b/fedora-gnome/hardened-chromium.sh index fc469c8..23beafd 100644 --- a/fedora-gnome/hardened-chromium.sh +++ b/fedora-gnome/hardened-chromium.sh @@ -25,7 +25,9 @@ download() { } sudo https_proxy=127.0.0.1:8082 dnf copr enable secureblue/hardened-chromium -y -sudo dnf install -y hardened-chromium +sudo dnf config-manager --enable fedora-cisco-openh264 rpmfusion-free rpmfusion-free-updates rpmfusion-nonfree rpmfusion-nonfree-updates +sudo dnf install -y ffmpeg hardened-chromium +sudo dnf update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin umask 022