From 545c36c2d81d03b486cfe2ca4d207f6ea520431d Mon Sep 17 00:00:00 2001 From: Max Fowler Date: Thu, 4 Mar 2021 10:18:01 +0100 Subject: [PATCH] Update quick_deployment.md --- src/quick_deployment.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/quick_deployment.md b/src/quick_deployment.md index 345e228..3caf8cd 100644 --- a/src/quick_deployment.md +++ b/src/quick_deployment.md @@ -33,8 +33,6 @@ root passwd # set interface up (run command twice if you receive 'link is not ready' error on first try) ip link set wlan0 up -# create the wpactrl-user group -groupadd wpactrl-user # append ssid and password for wifi access point wpa_passphrase > /etc/wpa_supplicant/wpa_supplicant.conf # open wpa_supplicant.conf @@ -157,4 +155,4 @@ On Mac OS, you don't need to change the network config on your laptop after chan You should then be able to connect to your pi without wifi via ```ssh user@peach.local or ssh user@192.168.0.240``` -Note that in this setup, all other internet traffic on the pi will be routed through the wlan0 interface. \ No newline at end of file +Note that in this setup, all other internet traffic on the pi will be routed through the wlan0 interface.