Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lubellier committed May 13, 2024
1 parent 5becf1c commit 7fb10da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom0-updates/qubes-dom0-update
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ if [ "$AUDIO_SWITCH" = "pipewire" ]; then
if ! rpm -q pipewire pipewire-pulseaudio >/dev/null; then
echo "Switching from Pulseaudio to PipeWire" >&2
SWITCHING_AUDIO_IN_PROGRESS=yes "$0" "${UPDATEVM_OPTS[@]}" --action=install --allowerasing pipewire pipewire-pulseaudio || exit $?
echo "Audio daemon switched to PipeWare, you can undo it with qubes-domo0-update --switch-audio-server-to=pulseaudio" >&2
echo "Audio daemon switched to PipeWire, you can undo it with qubes-domo0-update --switch-audio-server-to=pulseaudio" >&2
# do not leave the user with stopped both daemons
user=$(getent group qubes|cut -f 4 -d :|cut -f 1 -d ,) || exit 1
uid=$(id -u "$user") || exit 1
Expand Down

1 comment on commit 7fb10da

@e9x
Copy link

@e9x e9x commented on 7fb10da May 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

qubes-domo0? haha lets get this fixed

Please sign in to comment.