diff options
| -rwxr-xr-x | distro/netbsd.sh | 1 | ||||
| -rw-r--r-- | distro/openbsd.sh | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/distro/netbsd.sh b/distro/netbsd.sh index e2041b8..8abc573 100755 --- a/distro/netbsd.sh +++ b/distro/netbsd.sh @@ -13,6 +13,7 @@ if [ "$(id -u)" -eq 0 ] ; then neovim \ oksh \ opendoas \ + pv \ ripgrep \ rsync \ sudo \ diff --git a/distro/openbsd.sh b/distro/openbsd.sh index d39b3ec..ba3d7c6 100644 --- a/distro/openbsd.sh +++ b/distro/openbsd.sh @@ -3,6 +3,7 @@ set -ex if [ "$(id -u)" -eq 0 ] ; then + # from: pkg_info -mz cat > /tmp/pkglist <<EOF bash-- curl-- @@ -12,12 +13,15 @@ go-- htop-- iperf3-- jq-- +mosh-- ncdu-- neovim-- +pv-- pwgen-- quirks-- ripgrep-- rsync-- +shellcheck-- wget-- zstd-- EOF |
