Created
March 6, 2018 16:07
-
-
Save kittinan/bc25ad70e80c26d27ef51f67dc29b939 to your computer and use it in GitHub Desktop.
Raspberry pi setup wifi
This file contains hidden or 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
| #Edit /etc/network/interfaces | |
| auto wlan0 | |
| iface wlan0 inet dhcp | |
| wpa-ssid {ssid} | |
| wpa-psk {password} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment