added bluetooth support for endeavour

This commit is contained in:
Dirk Alders 2021-12-21 06:51:39 +01:00
parent caf0bcb7a2
commit bddf3d087a

View File

@ -18,6 +18,7 @@ kodi kodi-addon-pvr-hts
shotwell shotwell
photocollage photocollage
pro-audio pulseaudio-jack realtime-privileges soundfont-fluid pro-audio pulseaudio-jack realtime-privileges soundfont-fluid
bluez bluez-utils pulseaudio-bluetooth bluedevil
" "
TOOLS=" TOOLS="
@ -55,6 +56,7 @@ echo ---------------------------------------------------------------------------
case "$response" in case "$response" in
[yY][eE][sS]|[yY]) [yY][eE][sS]|[yY])
yay -S --needed $ALL yay -S --needed $ALL
echo Enable bluetooth by: sudo systemctl enable --now bluetooth
;; ;;
*) *)
echo Installation aborted! echo Installation aborted!