Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
fix: Install the Surface kernel devel matched instead
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Sep 25, 2023
1 parent a48e139 commit faef89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ RUN wget https://github.com/linux-surface/linux-surface/releases/download/silver
--remove libwacom \
--remove libwacom-data \
--install kernel-surface \
--install kernel-surface-devel-matched \
--install iptsd \
--install libwacom-surface \
--install libwacom-surface-data \
--install kernel-devel-matched
--install libwacom-surface-data

# Install akmods
COPY --from=ghcr.io/ublue-os/akmods:surface-${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
Expand Down

0 comments on commit faef89f

Please sign in to comment.