Skip to content

Instantly share code, notes, and snippets.

@jonathanbarton
Created August 31, 2017 19:39
Show Gist options
  • Save jonathanbarton/1fc342cb1659a91bb9c3d5245509c335 to your computer and use it in GitHub Desktop.
Save jonathanbarton/1fc342cb1659a91bb9c3d5245509c335 to your computer and use it in GitHub Desktop.

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

Go to the bottom of the file and add the following:

network={
    ssid="testing"
    psk="testingPassword"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment