Commit fc157436 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm prescription switch-no-pipeware: add ROSA support

parent b96c1814
......@@ -7,7 +7,13 @@
assure_root
exit
[ "$(epm print info -s)" = "alt" ] || fatal "Only ALTLinux is supported"
if [ "$(epm print info -s)" = "rosa" ] ; then
dnf_auto='' && [ -n "$auto" ] && dnf_auto='-y'
a= dnf swap pulseaudio pipewire --allow-erasing $dnf_auto
exit
fi
[ "$(epm print info -s)" = "alt" ] || fatal "Only ALTLinux or ROSA are supported"
epm install pipewire pipewire-utils pipewire-libs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment