mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7e4364aa716d4376c2af405ed23e5e443789a60d
parent 19bc1de99489143190d5a1e6d2467422c17b69e0
Author: mayfrost <mayfrost@cock.li>
Date:   Thu,  1 Mar 2018 03:06:43 +0000

Update WIFI.md
Diffstat:
MWIFI.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WIFI.md b/WIFI.md @@ -3,7 +3,7 @@ Use WiFi without a separate network manager. Needs "_dhcpcd_" (or "_dhcpclient_"), "_wpa\_supplicant_", "_iproute2_" and wifi firmware (like "_iwlwifi_"). * Create the configuration file (as root, not sudo): -`wpa_passphrase Your_SSID Your_passwd > /etc/wpa_supplicant.conf` +`wpa_passphrase <SSID> <PASSWORD> > /etc/wpa_supplicant.conf` * Delete non hashed password from /etc/wpa_supplicant.conf * To connect type the following command (as "_root_" or with "_sudo_"):