How to Keep FreeBSD Updated With Security Patches
To keep FreeBSD updated with all the security patches, run these two commands:
freebsd-update fetch
freebsd-update install
When you run the first command, you can type “q” to get out of the prompt if you do not want to review all the changes so you can run the second command.
💦