|
@@ -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!
|