Skip to content

Commit

Permalink
fix(deck): Add zenergy akmod
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Dec 30, 2024
1 parent 3fb2115 commit 3285fae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containerfiles/bazzite-kernel/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ COPY --from=ghcr.io/ublue-os/akmods-extra:bazzite-41 /rpms /tmp/akmods-rpms
RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
echo "Installing akmods" && \
rpm-ostree install \
/tmp/akmods-rpms/kmods/*ryzen-smu*.rpm
/tmp/akmods-rpms/kmods/*ryzen-smu*.rpm \
/tmp/akmods-rpms/kmods/*zenergy*.rpm

0 comments on commit 3285fae

Please sign in to comment.