mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +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
|