Change phrasing to indicate pulseaudio as default

This commit is contained in:
Anton Hvornum 2021-04-07 09:29:50 +02:00 committed by Dylan Taylor
parent dbea18dab8
commit 9312076cfe
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def ask_for_a_timezone():
def ask_for_audio_selection():
audio = "pulseaudio" # Default for most desktop environments
pipewire_choice = input("Would you like to install the pipewire audio server? [Y/n] ").lower()
pipewire_choice = input("Would you like to install pipewire instead of pulseaudio as the default audio server? [Y/n] ").lower()
if pipewire_choice == "y":
audio = "pipewire"