Small typo
This commit is contained in:
parent
419a9e77f9
commit
c0acd84e15
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Wifi
|
||||
|
||||
Being able to connect to the internet is essential so let's set it up. Although `dhcp` will already work out of the box, wifi will not. Luckily there exist `wpa_supplicant`. First install the necessary packages:
|
||||
Being able to connect to the internet is essential so lets set it up. Although `dhcp` will already work out of the box, wifi will not. Luckily there exist `wpa_supplicant`. First install the necessary packages:
|
||||
|
||||
```
|
||||
# apk add networkmanager-wifi wpa_supplicant
|
||||
|
|
Loading…
Reference in a new issue