????

Your IP : 216.73.216.187


Current Path : C:/opt/msys64/etc/post-install/
Upload File :
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