- Go to the boot drive:
cd /Volumes/boot - Create the two files on the boot drive:
touch wpa_supplicant.conf && touch ssh - Edit
wpa_supplicant.conf
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="<Your wifi network name>"
psk="<Your wifi network password>"
scan_ssid=1
key_mgmt=WPA-PSK
}
- Files are deleted after the device boots up