Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Last active August 29, 2015 14:15
Show Gist options
  • Save rubenerd/f4afd8b447bc18cf56a3 to your computer and use it in GitHub Desktop.
Save rubenerd/f4afd8b447bc18cf56a3 to your computer and use it in GitHub Desktop.
FreeBSD 10.0-RELEASE to 10.1-RELEASE
#!/bin/tcsh
freebsd-update fetch
freebsd-update upgrade -r 10.1-RELEASE
echo "Rebooting for new kernel. Run freebsd-update install again after"
echo "You'll also want to upgrade ports/pkgng and confirm after this"
shutdown -r now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment