Skip to content

Instantly share code, notes, and snippets.

@sageworksstudio
Last active May 25, 2020 19:41
Show Gist options
  • Save sageworksstudio/ae7a61f5e70cde8392808d9db1abf343 to your computer and use it in GitHub Desktop.
Save sageworksstudio/ae7a61f5e70cde8392808d9db1abf343 to your computer and use it in GitHub Desktop.
Headless Raspberry Pi - Add this file to the boot partition.

wpa_supplicant.conf

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="your_real_wifi_ssid"
    scan_ssid=1
    psk="your_real_password"
    key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment