diff --git a/pkg_check.sh b/pkg_check.sh new file mode 100755 index 0000000..8f45844 --- /dev/null +++ b/pkg_check.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# Update repo and check packages for FreeBSD + +pkg update -q +pkg upgrade -qnUy +pkg audit -qF