/SwitchWifi

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

Primary LanguageShellGNU General Public License v3.0GPL-3.0

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+