mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Fix network documentation in the English gitbook (#136)
Fix network documentation in the English gitbook
This commit is contained in:
@@ -129,19 +129,19 @@ When using [the RPi image](microsd_images.md), the Wi-Fi adapter works in the [a
|
||||
EOF
|
||||
```
|
||||
|
||||
3. Restart the `dhcpcd` service.
|
||||
|
||||
```bash
|
||||
sudo systemctl restart dhcpcd
|
||||
```
|
||||
|
||||
4. Enable the `dnsmasq` service.
|
||||
3. Enable the `dnsmasq` service.
|
||||
|
||||
```bash
|
||||
sudo systemctl enable dnsmasq
|
||||
sudo systemctl start dnsmasq
|
||||
```
|
||||
|
||||
4. Restart the `dhcpcd` service.
|
||||
|
||||
```bash
|
||||
sudo systemctl restart dhcpcd
|
||||
```
|
||||
|
||||
___
|
||||
|
||||
Below you can read more about how RPi networking is organized.
|
||||
|
||||
Reference in New Issue
Block a user