This Gist contains scripts to extend the provisioning of a fresh install of RetroPie by configuring:
-
You can run the entire installation by changing the environment variable values for
WPA_SSID
andWPA_PSK
. You will need to connected to the internet via ethernet in order to be able tocurl
the script to your Pi, but once run you should be able to remove the cable.export WPA_SSID=wifi_name; export WPA_PSK=wifi_password; curl -s -L http://go.trav.sh/pi_retropie | bash
-
Once you check to see if everything ran correctly, reboot the system:
sudo reboot