Skip to content

Instantly share code, notes, and snippets.

@daviesian
Created November 30, 2020 18:37
Show Gist options
  • Save daviesian/adf6501eee53e3d8ac6666e4e82e2f3f to your computer and use it in GitHub Desktop.
Save daviesian/adf6501eee53e3d8ac6666e4e82e2f3f to your computer and use it in GitHub Desktop.
Raspberry Pi wifi config
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="<Name of your wireless LAN>"
psk="<Password for your wireless LAN>"
}
@daviesian
Copy link
Author

Add this and a file called ssh to boot partition.

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