Hi, I'm trying to sort out an automated apt-get update/upgrade script.
My plan thus far is running an apt-get upate and -qq -y upgrade against an NFS repository from cron so that I can be sure what is being installed. I'm currently looking for a way to add a bit more security to the mix. Does/can apt check pgp|gpg signatures on packages? any thoughts on this appreciated. Thanks, -Jon