mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-07 12:57:23 +00:00
fix: Correct build error in deck builds
This commit is contained in:
parent
c5feecb224
commit
262f694423
@ -119,8 +119,8 @@ RUN sed -i 's@enabled=0@enabled=1@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo
|
||||
|
||||
# Add steamdeck driver
|
||||
COPY --from=ghcr.io/ublue-os/akmods:${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
|
||||
rpm-ostree install \
|
||||
/tmp/akmods-rpms/kmods/*steamdeck*.rpm
|
||||
RUN rpm-ostree install \
|
||||
/tmp/akmods-rpms/kmods/*steamdeck*.rpm
|
||||
|
||||
# Remove system76-scheduler
|
||||
RUN rpm-ostree override remove system76-scheduler
|
||||
|
Loading…
Reference in New Issue
Block a user