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:
RJ Trujillo 2023-11-28 20:13:18 -07:00 committed by GitHub
parent 290f766aff
commit 72b73e884e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,8 @@ RUN rpm-ostree override replace \
pipewire-jack-audio-connection-kit-libs \ pipewire-jack-audio-connection-kit-libs \
pipewire-libs \ pipewire-libs \
pipewire-pulseaudio \ pipewire-pulseaudio \
pipewire-utils && \ pipewire-utils \
|| true && \
rpm-ostree install \ rpm-ostree install \
vulkan-loader.i686 \ vulkan-loader.i686 \
alsa-lib.i686 \ alsa-lib.i686 \