Commit d075689 1 parent bb7ddd7 commit d075689 Copy full SHA for d075689
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 @@ -285,7 +285,8 @@ RUN rpm-ostree install \
285
285
/tmp/akmods-rpms/kmods/*steamdeck*.rpm
286
286
287
287
# Install gamescope-limiter patched Mesa and patched udisks2 (Needed for SteamOS SD card mounting)
288
- RUN rpm-ostree override replace \
288
+ RUN if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
289
+ rpm-ostree override replace \
289
290
--experimental \
290
291
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite-multilib \
291
292
mesa-filesystem \
@@ -296,14 +297,13 @@ RUN rpm-ostree override replace \
296
297
mesa-libGL \
297
298
mesa-libglapi \
298
299
mesa-vulkan-drivers && \
299
- if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
300
- rpm-ostree override replace \
301
- --experimental \
302
- --from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
303
- udisks2 \
304
- libudisks2 \
305
- udisks2-btrfs \
306
- ; fi
300
+ rpm-ostree override replace \
301
+ --experimental \
302
+ --from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
303
+ udisks2 \
304
+ libudisks2 \
305
+ udisks2-btrfs \
306
+ ; fi
307
307
308
308
# Configure KDE & GNOME
309
309
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}" ; then \
You can’t perform that action at this time.
0 commit comments