????
Current Path : C:/opt/msys64/etc/post-install/ |
Current File : C:/opt/msys64/etc/post-install/07-pacman-key.post |
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 MAYBE_FIRST_START=true fi } maybe_init_keyring