Closed jprochazka closed 7 years ago
This will not be done being the ability to do so is already built into Raspbian. Add the file /boot/wpa_supplicant.conf to your image containing the following:
network={
ssid="YOUR_SSID"
psk="YOUR_PASSWORD"
key_mgmt=WPA-PSK
}
Add the ability to setup WiFi.