Skip to content

Commit

Permalink
fix(kde): Correct consecutive rpm-ostree invokations
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Aug 2, 2023
1 parent 282c6df commit cbd3fa6
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 @@ -93,7 +93,7 @@ RUN if grep "gnome" <<< "${IMAGE_NAME}"; then \
RUN if grep -v "gnome" <<< "${IMAGE_NAME}"; then \
rpm-ostree override remove \
plasma-welcome \
qt5-qdbusviewer \
qt5-qdbusviewer && \
rpm-ostree install \
steamdeck-kde-presets-desktop \
wallpaper-engine-kde-plugin \
Expand Down Expand Up @@ -204,7 +204,7 @@ RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfra
RUN if grep -v "gnome" <<< "${IMAGE_NAME}"; then \
rpm-ostree override remove \
krfb \
krfb-libs \
krfb-libs && \
rpm-ostree install \
steamdeck-kde-presets \
; fi
Expand Down

0 comments on commit cbd3fa6

Please sign in to comment.