From 660e7581cccec1f0bafca95092a5efcb695cbdb7 Mon Sep 17 00:00:00 2001 From: 9glenda Date: Sun, 13 Nov 2022 23:48:37 +0000 Subject: [PATCH] Replaced sudo in OpenBSD with doas (#1891) OpenBSD doesn't ship with sudo. It ships with the sudo alternative doas. --- content/en/installation/bsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/installation/bsd.md b/content/en/installation/bsd.md index f882d9f71..6b4c30ea6 100644 --- a/content/en/installation/bsd.md +++ b/content/en/installation/bsd.md @@ -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/