Skip to content

Instantly share code, notes, and snippets.

@Grippy98
Last active October 25, 2023 16:38
Show Gist options
  • Save Grippy98/2c18668c8e4520d3db4adcc35f102f8b to your computer and use it in GitHub Desktop.
Save Grippy98/2c18668c8e4520d3db4adcc35f102f8b to your computer and use it in GitHub Desktop.
Beagle Play Connect Wifi
#ONLY RUN ONCE
#RUN WITH SUDO
SSID=YOUR_NETWORK_NAME
PASS=YOUR_PASSWORD
wpa_cli add_network
sudo wpa_cli set_network 1 ssid '"$SSID"'
wpa_cli set_network 1 psk '"$PASS"'
wpa_cli enable_network 1
sleep 5
ifconfig wlan0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment