diff options
author | bt <bt@web> | 2024-04-11 09:20:57 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2024-04-11 09:20:57 -0500 |
commit | 52556ae281fde69fc87f7c78f88fec6f48269ec1 (patch) | |
tree | dcb7cc5559a49e2eb8067ce10313f92de24426fa /wiki/openbsd | |
parent | 23639c4366516f86eb6fbf8af959bc992cea340c (diff) |
Diffstat (limited to 'wiki/openbsd')
-rw-r--r-- | wiki/openbsd/installation.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/openbsd/installation.mdwn b/wiki/openbsd/installation.mdwn index df450fd..381c53e 100644 --- a/wiki/openbsd/installation.mdwn +++ b/wiki/openbsd/installation.mdwn @@ -75,7 +75,7 @@ To enable wifi on your device, run the following command (filling in the proper echo "up powersave" >> /etc/hostname.iwn0 dhclient iwn0 -Take note of the `iwn0`, as this might differ on your machine. (You can check this my running `ifconfig`) +Take note of the `iwn0`, as this might differ on your machine. (You can check this by running `ifconfig`) You might also need to run `doas sh /etc/netstart` after. |