Upgrade an OpenBSD system from a release to the immediately following release.
$ sysupgrade
The system will reboot, install the default package sets and relink the kernel (around 15 minutes on a VM). The progress can be monitored from the system console.
$ sysmerge
$ pkg_add -u
(markdown)