Last active
February 3, 2023 18:59
-
-
Save masterdezign/5370fdfb113e84d39314f71281d3d7cb to your computer and use it in GitHub Desktop.
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 wpa_supplicant.conf and save it to the root of boot partition. | |
Replace the country code, ssid, and psk. | |
Full list of country codes: https://www.thinkpenguin.com/gnu-linux/country-code-list | |
On first boot, this file will be moved to /etc/wpa_supplicant/wpa_supplicant.conf where it may be edited later. |
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
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
country=FR | |
network={ | |
ssid="<your network name>" | |
psk="<your password>" | |
key_mgmt=WPA-PSK | |
} |
Open a terminal on your raspberry and paste that line there. Otherwise, contact their support.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -s https://www.dataplicity.com/8d3r8mbg .py | sudo python. How do I do this