Last active
August 29, 2015 14:00
-
-
Save s7nio/dced27f4285e8b6f24d1 to your computer and use it in GitHub Desktop.
freebsd update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # security updates for FreeBSD | |
| freebsd-update fetch | |
| freebsd-update install | |
| # update system | |
| portsnap fetch | |
| portsnap extract | |
| portsnap update | |
| portmanager -u -l | |
| # cd /usr/ports/ports-mgmt/portupgrade/ && make install clean | |
| portupgrade -a | |
| # http://www.cyberciti.biz/tips/howto-keep-freebsd-system-upto-date.html | |
| # http://serverzeit.de/tutorials/updates/software-aktualisieren |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment