diff --git a/commands.md b/commands.md index be9d582..2ad2702 100644 --- a/commands.md +++ b/commands.md @@ -86,6 +86,11 @@ pkg info # show list of currently installed ports pkg version # show which ports/packages are outdated and need an update pkg upgrade # upgrade a packages pkg which # find out which package installed a given file + +# System +freebsd-update fetch # fetch updates from server +freebsd-update -r upgrade # fetch upgrades to specified version (e.g. '10.1-RELEASE') from server +freebsd-update install # install downloaded updates/upgrades ``` # Services