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
+1 -1
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/