diff options
| author | Paul Buetow <paul@buetow.org> | 2024-01-14 00:22:50 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-01-14 00:22:50 +0200 |
| commit | cc1dffaaf811e0dde5fcb0d48b3811c5c025aa41 (patch) | |
| tree | 0742b5e574ceb751270c2d9f7bc9fe891f5c4b04 /gemfeed | |
| parent | 3f0e894b3ba6bdca42e1d4597c45d005bf9eb850 (diff) | |
add prompt
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi.tpl b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi.tpl index ada7f489..e86fb30a 100644 --- a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi.tpl +++ b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi.tpl @@ -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 ```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. |
