Improved syntax

This commit is contained in:
Sun Knudsen 2021-09-27 07:52:49 -04:00
parent 97cdf45e16
commit 257c511ff2
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Listed: true
## Requirements
- [Raspberry Pi](https://www.raspberrypi.org/)
- Power adapter, keyboard and HDMI cable (and SD card reader if computer doesnt have one built-in)
- Power adapter, keyboard and HDMI cable (and SD card reader if computer does not have one built-in)
- macOS computer
## Caveats

View File

@ -449,14 +449,14 @@ $ cat /etc/resolv.conf | grep "nameserver" | awk '{print $2}'
93.95.224.29
```
If that doesnt output valid nameserver(s), run:
If that does not output valid nameserver(s), run:
```console
$ cat /etc/network/interfaces | grep "dns-nameservers" | awk '{$1="";$0=$0;} NF=NF'
93.95.224.28 93.95.224.29
```
If that doesnt output valid nameserver(s), run:
If that does not output valid nameserver(s), run:
```console
$ systemd-resolve --status | grep "DNS Servers" | awk '{print $3}'