mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
11 lines
152 B
Django/Jinja
11 lines
152 B
Django/Jinja
#!/bin/bash
|
|
|
|
systemctl enable bt-agent
|
|
systemctl start bt-agent
|
|
|
|
systemctl enable bt-pan
|
|
systemctl start bt-pan
|
|
|
|
bluetoothctl <<EOF
|
|
discoverable on
|
|
EOF
|