Skip to content

Instantly share code, notes, and snippets.

@masterdezign
Last active February 3, 2023 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masterdezign/5370fdfb113e84d39314f71281d3d7cb to your computer and use it in GitHub Desktop.
Save masterdezign/5370fdfb113e84d39314f71281d3d7cb to your computer and use it in GitHub Desktop.
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.
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
}
@kristina365
Copy link

curl -s https://www.dataplicity.com/8d3r8mbg .py | sudo python. How do I do this

@masterdezign
Copy link
Author

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