Skip to content

Instantly share code, notes, and snippets.

@nickmomrik
Created January 4, 2017 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickmomrik/4443d8b6e0d05c5f187d98734ef18f95 to your computer and use it in GitHub Desktop.
Save nickmomrik/4443d8b6e0d05c5f187d98734ef18f95 to your computer and use it in GitHub Desktop.
Blank wpa_supplicant.conf file to use for Raspberry Pi Zero install
network={
ssid="YOUR_SSID"
psk="YOUR_PASSWORD"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment