Skip to content

Commit

Permalink
fix: add weird kernel bug notice
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 21, 2024
1 parent f655cc8 commit 83d33c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ dnf -y install @multimedia gstreamer1-plugins-{bad-free,bad-free-libs,good,base}

dnf group install -y --nobest Workstation

#update and cleanup
dnf upgrade -y
dnf remove -y $(dnf repoquery --installonly --latest-limit 1 -q)
# 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

0 comments on commit 83d33c9

Please sign in to comment.