From 324073be33f35012fc84229e61bbf0a30a9e38bd Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 3 Feb 2024 23:28:21 -0500 Subject: Add a few more packages to OpenBSD and NetBSD --- distro/netbsd.sh | 1 + distro/openbsd.sh | 4 ++++ 2 files changed, 5 insertions(+) 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 <