Skip to content

Instantly share code, notes, and snippets.

@automagictv
Created April 4, 2021 17:12
Show Gist options
  • Save automagictv/bf5ed992cc9e29c4df2fb844988042ab to your computer and use it in GitHub Desktop.
Save automagictv/bf5ed992cc9e29c4df2fb844988042ab to your computer and use it in GitHub Desktop.
Contents for the raspberry pi supplicant conf file - replace the ssid and password with your network information.
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="YOUR-NETWORK-NAME"
psk="YOUR-NETWORK-PASSWORD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment