grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 8f83842c126e805736689f233efe03ca187ec59e
parent ab5ceca8871b8237adb3191d2049e1a0f5276e0d
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed,  4 Oct 2023 20:07:55 +0100

updates

Diffstat:
Munix/openbsd.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/unix/openbsd.md b/unix/openbsd.md @@ -131,6 +131,8 @@ vi /etc/pf.conf * `pkg_info` show all packages installed by `pkg_add` * use `pkg_info -Q <package_name>` or `pkglocate <package_name>` (requires installing `pkglocatedb`) for searching * mirror in `/etc/installurl` +* update all pkgs with `pkg_add -u` +* system upgrade with `syspatch` ## daemons ```