The following there is error "No public key"!
```
md@SDB MSYS ~
$ curl -fsS https://dlang.org/install.sh | bash -s dmd
Downloading https://dlang.org/d-keyring.gpg
######################################################################## 100.0%
Downloading https://dlang.org/install.sh
######################################################################## 100.0%
gpg: directory '/home/md/.gnupg' created
gpg: /home/md/.gnupg/trustdb.gpg: trustdb created
gpg: Signature made Mon Apr 1 23:02:30 2024 +03
gpg: using RSA key
E22EC04C82780970381402F4A7D4D42F8EC6A355
gpg: Can't check signature: No public key
Invalid signature https://dlang.org/install.sh.sig
```
How can I solve it? Thanks...
SDB@79