We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc7830 commit afe7cb2Copy full SHA for afe7cb2
set-up-luci.sh
@@ -45,7 +45,7 @@ install_go_bin() {
45
46
echo "==> Installing useful packages." >&2
47
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
+ 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
49
else
50
echo "pkgin not found, please install packages manually" >&2
51
fi
0 commit comments