Skip to content

Instantly share code, notes, and snippets.

@sadesyllas
Created September 8, 2020 13:37
Show Gist options
  • Select an option

  • Save sadesyllas/74dd3cf12ad410819618de943223e83b to your computer and use it in GitHub Desktop.

Select an option

Save sadesyllas/74dd3cf12ad410819618de943223e83b to your computer and use it in GitHub Desktop.
Raspberry PI OS Wifi Configuration on boot
# This must be placed in the root directory of the boot partition
country=GR
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="NETWORK-NAME"
psk="NETWORK-PASSWORD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment