From ab61c8394dad35dbb853a90875138c8ade8a0723 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 29 Jul 2023 20:15:30 +0200 Subject: [PATCH] update recent post --- .../posts/2023-07-29-going-back-from-openbsd-current/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/2023-07-29-going-back-from-openbsd-current/index.md b/content/posts/2023-07-29-going-back-from-openbsd-current/index.md index 7f89614..f8010bf 100644 --- a/content/posts/2023-07-29-going-back-from-openbsd-current/index.md +++ b/content/posts/2023-07-29-going-back-from-openbsd-current/index.md @@ -4,7 +4,7 @@ title = 'Going back from OpenBSD-current' summary = '''Made from the road of me trying out OpenBSDs current branch. Something broke and I wasn't able to view images...''' date = '2023-07-29T11:48:51+02:00' -# lastmod = '' +lastmod = '2023-07-29T18:15:30+0000' categories = [ 'computerstuff' ] tags = [ 'openbsd' ] @@ -31,7 +31,7 @@ sense to fill these gaps yourself. We will save a list of the currently installed packages. Just for the case... ```console -$ pkg_info -m >package-list.txt +$ pkg_info -mz >package-list.txt ``` ## Upgrading to the latest snapshot