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

Loading…
Cancel
Save