Skip to content

Instantly share code, notes, and snippets.

@giantmolecules
Created April 17, 2020 13:14
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 giantmolecules/e92cb7b2f577ee5c73a83da27f8bdccf to your computer and use it in GitHub Desktop.
Save giantmolecules/e92cb7b2f577ee5c73a83da27f8bdccf to your computer and use it in GitHub Desktop.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert country code here>
network={
ssid="<Name of your WiFi>"
psk="<Password for your WiFi>"
}
@giantmolecules
Copy link
Author

Put this file in the /boot directory of the raspberry pi to setup wireless on first boot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment