Browse Source

added bluetooth support for endeavour

84582af
Dirk Alders 2 years ago
parent
commit
bddf3d087a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      yay-extend-endeavour

+ 2
- 0
yay-extend-endeavour View File

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

Loading…
Cancel
Save