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