Skip to content

Commit

Permalink
fix(f39): temp: Install pipewire from testing (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Oct 19, 2023
1 parent 3db7257 commit b4d73c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@ if [[ "${FEDORA_MAJOR_VERSION}" -ge 39 ]]; then
sed -i 's%free/fedora/releases%free/fedora/development%' /etc/yum.repos.d/rpmfusion-*.repo
fi

if [[ "${FEDORA_MAJOR_VERSION}" -ge 39 ]]; then
sed -i 's@enabled=0@enabled=1@g' /etc/yum.repos.d/fedora-updates-testing.repo
rpm-ostree override \
--experimental replace \
--from repo=updates-testing \
pipewire-libs \
pipewire \
pipewire-pulseaudio \
pipewire-alsa \
pipewire-jack-audio-connection-kit-libs \
pipewire-jack-audio-connection-kit \
pipewire-gstreamer \
pipewire-utils \
pipewire-jack-audio-connection-kit-libs.i686
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/fedora-updates-testing.repo
fi

# run common packages script
/tmp/packages.sh

Expand Down

0 comments on commit b4d73c1

Please sign in to comment.