File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ RUN rpm-ostree install \
352352# Install Steam & Lutris, plus supporting packages
353353# Remove Feral gamemode, System76 Scheduler supersedes this
354354RUN rpm-ostree install \
355+ jupiter-sd-mounting-btrfs \
355356 at-spi2-core.i686 \
356357 atk.i686 \
357358 vulkan-loader.i686 \
@@ -455,7 +456,6 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
455456 kf6-kio-gui && \
456457 rpm-ostree install \
457458 steamdeck-kde-presets-desktop \
458- jupiter-sd-mounting-btrfs \
459459 kdeconnectd \
460460 kdeplasma-addons \
461461 rom-properties-kf6 \
@@ -519,8 +519,15 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
519519 ostree container commit
520520
521521# Install Gamescope, ROCM, and Waydroid on non-Nvidia images
522- RUN rpm-ostree install \
523- gamescope \
522+ RUN if [[ "${IMAGE_BRANCH}" != "main" ]]; then \
523+ rpm-ostree install \
524+ gamescope \
525+ ; else \
526+ rpm-ostree install \
527+ gamescope.x86_64 \
528+ gamescope-libs.i686 \
529+ ; fi && \
530+ rpm-ostree install \
524531 gamescope-shaders \
525532 rocm-hip \
526533 rocm-opencl \
You can’t perform that action at this time.
0 commit comments