pentoo-updater: get gentoo gpg keys

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-12-30 20:47:30 -05:00
parent 7f8880fd27
commit cf144e1a96
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -410,6 +410,10 @@ do_sync() {
exit 1
fi
fi
if [ -x "$(command -v getuto 2>&1)" ]; then
printf 'Updating gentoo gpg keys in /etc/portage/gnupg...\n'
getuto
fi
}
main_checks() {