Update quick_deployment.md

This commit is contained in:
Max Fowler
2021-03-04 10:18:01 +01:00
committed by GitHub
parent e67849aeb4
commit 545c36c2d8

View File

@ -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 <SSID> <PASS> > /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.
Note that in this setup, all other internet traffic on the pi will be routed through the wlan0 interface.