Skip to content

Instantly share code, notes, and snippets.

@s7nio
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save s7nio/dced27f4285e8b6f24d1 to your computer and use it in GitHub Desktop.

Select an option

Save s7nio/dced27f4285e8b6f24d1 to your computer and use it in GitHub Desktop.
freebsd update
# 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