mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-26 15:41:21 +00:00
chore: Only replace udisks2 prior to Fedora 39.
This commit is contained in:
parent
f2cd00d712
commit
9a024dda73
@ -232,10 +232,12 @@ RUN rpm-ostree override replace \
|
||||
mesa-libGL \
|
||||
mesa-libglapi \
|
||||
mesa-vulkan-drivers && \
|
||||
rpm-ostree override replace \
|
||||
--experimental \
|
||||
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
|
||||
udisks2
|
||||
if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
|
||||
rpm-ostree override replace \
|
||||
--experimental \
|
||||
--from repo=copr:copr.fedorainfracloud.org:kylegospo:bazzite \
|
||||
udisks2 \
|
||||
; fi
|
||||
|
||||
# Configure KDE & GNOME
|
||||
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user