codekingpro's picture
Add files using upload-large-folder tool
e808781 verified
Raw
History Blame Contribute Delete
301 Bytes
maybe_init_keyring ()
{
if [ ! -d /etc/pacman.d/gnupg ]
then
export GNUPGHOME="$(pacman-conf.exe gpgdir)"
/usr/bin/pacman-key --init
/usr/bin/pacman-key --populate msys2 || true
/usr/bin/pacman-key --refresh-keys || true
/usr/bin/gpgconf --kill all
fi
}
#maybe_init_keyring