Skip to content

Commit 4ea827c

Browse files
committed
20210720 documentation - getting started - 2
1. Changes recommended DHCP patch from `allowinterfaces eth0,wlan0` to `allowinterfaces eth*,wlan*` which more naturally supports additional physical interfaces (eg USB-to-Ethernet dongles).
1 parent ebe3029 commit 4ea827c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you are still running on gcgarner/IOTstack and need to migrate to SensorsIot/
126126
Run the following commands:
127127

128128
```
129-
$ sudo bash -c '[ $(egrep -c "^allowinterfaces eth0,wlan0" /etc/dhcpcd.conf) -eq 0 ] && echo "allowinterfaces eth0,wlan0" >> /etc/dhcpcd.conf'
129+
$ sudo bash -c '[ $(egrep -c "^allowinterfaces eth*,wlan*" /etc/dhcpcd.conf) -eq 0 ] && echo "allowinterfaces eth*,wlan*" >> /etc/dhcpcd.conf'
130130
$ sudo reboot
131131
```
132132

0 commit comments

Comments
 (0)