From c0d950b762d513b34d81c93d7e15a3f90ee0fe33 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 14 Jan 2024 00:23:23 +0200 Subject: Update content for md --- gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md index d9a8c0e1..d0fe6a99 100644 --- a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md +++ b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md @@ -23,16 +23,16 @@ I just upgraded my OpenBSD's from `7.3` to `7.4` by following the unattended upg [https://www.openbsd.org/faq/upgrade74.html](https://www.openbsd.org/faq/upgrade74.html) ```shell -doas installboot sd0 # Update the bootloader (not for every upgrade required) -doas sysupgrade # Update all binaries (including Kernel) +$ doas installboot sd0 # Update the bootloader (not for every upgrade required) +$ doas sysupgrade # Update all binaries (including Kernel) ``` `sysupgrade` downloaded and upgraded to the next release and rebooted the system. After the reboot, I run: ```shell -doas sysmerge # Update system configuration files -doas pkg_add -u # Update all packages -doas reboot # Just in case, reboot one more time +$ doas sysmerge # Update system configuration files +$ doas pkg_add -u # Update all packages +$ doas reboot # Just in case, reboot one more time ``` That's it! Took me around 5 minutes in total! No issues, only these few comands, only 5 minutes! It just works! No problems, no conflicts, no tons (actually none) config file merge conflicts. -- cgit v1.2.3