4 lines
62 B
Bash
4 lines
62 B
Bash
#!/bin/sh
|
|
|
|
rc-update add bluetooth
|
|
rc-service bluetooth start
|