5 lines
111 B
Text
5 lines
111 B
Text
|
#!/bin/sh
|
||
|
# Enable pi-bluetooth init script
|
||
|
rc-update add bluetooth default
|
||
|
rc-update add pi-bluetooth default
|