Skip to content

Commit

Permalink
feat: add fwupd and enable service
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 26, 2024
1 parent d6c61d2 commit aae3cf0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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

0 comments on commit aae3cf0

Please sign in to comment.