Check Freebsd packages
This commit is contained in:
parent
e6677f9723
commit
91e0b76358
7
pkg_check.sh
Executable file
7
pkg_check.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Update repo and check packages for FreeBSD
|
||||
|
||||
pkg update -q
|
||||
pkg upgrade -qnUy
|
||||
pkg audit -qF
|
Loading…
Reference in New Issue
Block a user