Skip to content

Instantly share code, notes, and snippets.

@mschmitt
Created August 11, 2018 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mschmitt/b0171e701c27e1e7fffa253e3059aac8 to your computer and use it in GitHub Desktop.
Save mschmitt/b0171e701c27e1e7fffa253e3059aac8 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo /usr/sbin/freebsd-update --not-running-from-cron fetch
/usr/sbin/freebsd-update --not-running-from-cron fetch | cat
echo /usr/sbin/freebsd-update install
/usr/sbin/freebsd-update install | cat
echo /usr/sbin/pkg check
/usr/sbin/pkg check
echo /usr/sbin/pkg update
/usr/sbin/pkg update
echo /usr/sbin/pkg upgrade
/usr/sbin/pkg upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment