Setup WiFi connections via an interactive script.
In simpler terms. Add WiFi names and passwords to your Raspi Zero W
With Raspian Lite this gets old. Real quick.
- Grab a copy of Raspbian Image.
- Make the script runnable
chmod +x ./wifi_setup.sh
- Run
./tor_pifi_wlan1.sh ./path-to-image.img
- Flash the image onto an SD-card
It mounts the raw image.
Modifies the /etc/wpa_supplicant/wpa_supplicant.conf
Unmounts the image.
This most likely will work for any linux distro given it uses WPA Supplicant.