mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-28 22:13:30 +00:00
fix: Always return pipewire replacement as true
rpm-ostree errors out when the package version being replaced on the system matches the replacement. Given pipewire versions are mismatched relatively frequently, it's better we keep the fix and return true
This commit is contained in:
parent
290f766aff
commit
72b73e884e
@ -122,7 +122,8 @@ RUN rpm-ostree override replace \
|
||||
pipewire-jack-audio-connection-kit-libs \
|
||||
pipewire-libs \
|
||||
pipewire-pulseaudio \
|
||||
pipewire-utils && \
|
||||
pipewire-utils \
|
||||
|| true && \
|
||||
rpm-ostree install \
|
||||
vulkan-loader.i686 \
|
||||
alsa-lib.i686 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user