5 lines
84 B
Text
5 lines
84 B
Text
|
#!/bin/sh -e
|
||
|
|
||
|
rc-update -qq del iwd || true
|
||
|
rc-update -q add wpa_supplicant default
|