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