uncheck pulseaudio-bluetooth by default
This commit is contained in:
parent
0c46cfbfec
commit
a5bac3e5a8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ options+=("alsa-plugins" "Extra alsa plugins" on)
|
|||
#options+=("lib32-alsa-plugins" "Extra alsa plugins" on)
|
||||
options+=("pulseaudio" "Sound server" on)
|
||||
options+=("pulseaudio-alsa" "ALSA Configuration for PulseAudio" on)
|
||||
options+=("pulseaudio-bluetooth" "A2DP support for PulseAudio" on)
|
||||
options+=("pulseaudio-bluetooth" "A2DP support for PulseAudio" off)
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "System Sound Install" --checklist "" --cancel-button "Back" 0 0 0 \
|
||||
"${options[@]}" \
|
||||
|
|
Loading…
Reference in a new issue