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