Change phrasing to indicate pulseaudio as default

This commit is contained in:
Anton Hvornum 2021-04-07 09:29:50 +02:00 committed by GitHub
parent 86699ae23e
commit 50c354471f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,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"