Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 529 Bytes

SwitchWifi

Easy way to change Wifi connections on a headless Raspberry Pi.

Installing

git clone https://github.com/Teraskull/SwitchWifi/

cd SwitchWifi

sudo chmod +x switchwifi.sh

Usage

# Create a wifi file called "new_wifi".
# The script will ask for the SSID and password.
sudo ./switchwifi.sh -c new_wifi
# Switch to the previously created wifi file "new_wifi".
sudo ./switchwifi.sh -s new_wifi

License

This software is available under the following licenses:

  • GPLv3+