Created
August 23, 2018 13:07
-
-
Save RyanMillerC/4e15967d2d1527382e3a3cebefcd5eea to your computer and use it in GitHub Desktop.
Setup WiFi for Headless Raspberry Pi Installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
country=us | |
update_config=1 | |
ctrl_interface=/var/run/wpa_supplicant | |
network={ | |
scan_ssid=1 | |
ssid="MyNetworkSSID" | |
psk="Pa55w0rd1234" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍