Skip to content

Instantly share code, notes, and snippets.

@jacobpatton
Created December 4, 2019 20:40
Show Gist options
  • Save jacobpatton/e220757b04def801abbcda23ad9ce2e9 to your computer and use it in GitHub Desktop.
Save jacobpatton/e220757b04def801abbcda23ad9ce2e9 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>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment