Commit 0c26e6b 1 parent 190b676 commit 0c26e6b Copy full SHA for 0c26e6b
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,8 @@ RUN if grep -qv "nokmods" <<< ${IMAGE_FLAVOR}; then \
276
276
; fi
277
277
278
278
# Install gamescope-limiter patched Mesa and patched udisks2 (Needed for SteamOS SD card mounting)
279
- RUN rpm-ostree override replace \
279
+ RUN if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
280
+ rpm-ostree override replace \
280
281
--experimental \
281
282
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
282
283
mesa-filesystem \
@@ -287,14 +288,13 @@ RUN rpm-ostree override replace \
287
288
mesa-libGL \
288
289
mesa-libglapi \
289
290
mesa-vulkan-drivers && \
290
- if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
291
- rpm-ostree override replace \
292
- --experimental \
293
- --from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
294
- udisks2 \
295
- libudisks2 \
296
- udisks2-btrfs \
297
- ; fi
291
+ rpm-ostree override replace \
292
+ --experimental \
293
+ --from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
294
+ udisks2 \
295
+ libudisks2 \
296
+ udisks2-btrfs \
297
+ ; fi
298
298
299
299
# Configure KDE & GNOME
300
300
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}" ; then \
You can’t perform that action at this time.
0 commit comments