Last active
December 14, 2020 05:09
-
-
Save adamaiken89/a8fd9d39aaf31d8d69a42ab7ab707b35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
touch ssh | |
cat <<EOF > wpa_supplicant.conf | |
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
country=hk | |
network={ | |
ssid="<Name of your wireless LAN>" | |
psk="<Password for your wireless LAN>" | |
} | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment