Replaced sudo in OpenBSD with doas (#1891)

OpenBSD doesn't ship with sudo. It ships with the sudo alternative doas.
This commit is contained in:
9glenda 2022-11-13 23:48:37 +00:00 committed by GitHub
parent e3fcdea104
commit 660e7581cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ sudo pkgin install go-hugo
[OpenBSD] includes Hugo in its package repository. This will prompt you to select which flavor of Hugo to install:
```sh
sudo pkg_add hugo
doas pkg_add hugo
```
[OpenBSD]: https://www.openbsd.org/