6 lines
56 B
Text
6 lines
56 B
Text
|
#!/bin/sh
|
||
|
|
||
|
rc-update add networkmanager default
|
||
|
|
||
|
exit 0
|