From aae3cf040c803dc08a1c9802e6f42d87342394b0 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Thu, 26 Dec 2024 05:03:01 -0300 Subject: [PATCH] feat: add fwupd and enable service --- build.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index fb5ac7e..6d2cd5e 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ ln -sf /run /var/run dnf config-manager --set-enabled crb dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm -dnf -y install @multimedia gstreamer1-plugins-{bad-free,bad-free-libs,good,base} lame{,-libs} libjxl plymouth plymouth-system-theme +dnf -y install @multimedia gstreamer1-plugins-{bad-free,bad-free-libs,good,base} lame{,-libs} libjxl plymouth plymouth-system-theme fwupd # `dnf group info Workstation` without GNOME dnf group install -y --nobest \ @@ -66,9 +66,5 @@ dnf -y install \ # This adds "[systemd] Failed Units: *" to the bashrc startup dnf -y remove console-login-helper-messages -# This seems weirdly like a Schrödinger's issue. Removing the kernel here fails some builds and not removing it actually- -# breaks some stuff? I dont know exactly what to do here. -# FIXME: Figure out if this is necessary -# dnf remove -y $(dnf repoquery --installonly --latest-limit 1 -q) - systemctl enable gdm.service +systemctl enable fwupd.service