Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 5c14b90

Browse files
committed
OpenBSD uses doas(1) not sudo(8)
For many years by now, sudo is available only as port and doas took over as default tool in base.
1 parent 611733c commit 5c14b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To install:
134134

135135
.. code-block:: console
136136
137-
sudo pkg_add zeek
137+
doas pkg_add zeek
138138
139139
These packages are not maintained by the Zeek project.
140140

0 commit comments

Comments
 (0)