Skip to content

Commit afe7cb2

Browse files
committed
Add the doas package.
Part of golang/go#70708
1 parent ffc7830 commit afe7cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

set-up-luci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install_go_bin() {
4545

4646
echo "==> Installing useful packages." >&2
4747
if [ -x /usr/pkg/bin/pkgin ]; then
48-
pkgin -y install emacs-nox11 watch estd screen sysupgrade bash go123 w3m vim llvm git-base htop sudo mosh pkg_alternatives clang daemontools daemontools-run node_exporter
48+
pkgin -y install emacs-nox11 watch estd screen sysupgrade bash go123 w3m vim llvm git-base htop sudo mosh pkg_alternatives clang daemontools daemontools-run node_exporter doas
4949
else
5050
echo "pkgin not found, please install packages manually" >&2
5151
fi

0 commit comments

Comments
 (0)