Skip to content

Commit

Permalink
feat: Add Steam Deck SD card mounting to desktop images
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Apr 28, 2024
1 parent a6abc9c commit a683b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Expand Up @@ -472,6 +472,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
kf6-kio-gui && \
rpm-ostree install \
steamdeck-kde-presets-desktop \
jupiter-sd-mounting-btrfs \
kdeconnectd \
kdeplasma-addons \
rom-properties-kf6 \
Expand Down Expand Up @@ -663,7 +664,8 @@ RUN sed -i 's@enabled=0@enabled=1@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo
# Configure KDE & GNOME
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
rpm-ostree override remove \
steamdeck-kde-presets-desktop && \
steamdeck-kde-presets-desktop \
jupiter-sd-mounting-btrfs && \
rpm-ostree install \
steamdeck-kde-presets \
; else \
Expand Down

0 comments on commit a683b3b

Please sign in to comment.