Can you recommend a way to automatically check for new packages via cron?
As a first step I added a daily
but this only lists vulnerable packages.
Is there maybe something similar to
As a first step I added a daily
pkg audit -q
but this only lists vulnerable packages.
pkg update
does not what I want and pkg upgrade
is one step too far.Is there maybe something similar to
freebsd-update cron
for packages?