Skip to content

Commit

Permalink
chore(deck): Remove tuned-gtk from deck images
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Sep 24, 2024
1 parent 7f4c92e commit 919295e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -862,13 +862,15 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
/usr/libexec/containerbuild/cleanup.sh && \
ostree container commit

# Install Steam Deck patched UPower
# Install Steam Deck patched UPower, remove Tuned GUI
RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
upower \
upower-libs && \
rpm-ostree remove \
tuned-gtk && \
/usr/libexec/containerbuild/cleanup.sh && \
ostree container commit

Expand Down

0 comments on commit 919295e

Please sign in to comment.