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.