6 lines
100 B
Bash
6 lines
100 B
Bash
#!/bin/env sh
|
|
|
|
yay -S --needed bluez \
|
|
bluez-utils
|
|
|
|
sudo systemctl enable --now bluetooth.service
|