HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/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