You are not logged in.
Like the guy in this topic here I am unable to use the yay package manager to download packages.
However, it works when I use the solution to manually receive the keys
```
gpg --keyserver keyserver.ubuntu.com --recv-key <key number>
```
I can't figure out how to set yay or gpg to use keyserver.ubuntu.com instead of the default keyserver. Can someone tell me or point me to some documentation? The link that is in the topic I linked above is broken
Thanks
Offline
Moving to AUR issues
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Here's my config:
$ cat ~/.gnupg/dirmngr.conf
keyserver hkps://keyserver.ubuntu.comSource: https://wiki.archlinux.org/index.php/Gn … _keyserver
Offline