Skip to content

Commit 821e9ea

Browse files
committed
fix: Always install jupiter-sd-mounting-btrfs
chore: Split gamescope install between main and testing
1 parent 4279921 commit 821e9ea

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Containerfile

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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
354354
RUN 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 \

0 commit comments

Comments
 (0)