mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 11:11:08 +02:00
pentoo-updater: get gentoo gpg keys
This commit is contained in:
parent
7f8880fd27
commit
cf144e1a96
1 changed files with 4 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue