Skip to content

Commit 72b73e8

Browse files
authored
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
1 parent 290f766 commit 72b73e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Containerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ RUN rpm-ostree override replace \
122122
pipewire-jack-audio-connection-kit-libs \
123123
pipewire-libs \
124124
pipewire-pulseaudio \
125-
pipewire-utils && \
125+
pipewire-utils \
126+
|| true && \
126127
rpm-ostree install \
127128
vulkan-loader.i686 \
128129
alsa-lib.i686 \

0 commit comments

Comments
 (0)