On Thursday, 31 October 2024 at 08:00:25 UTC, Salih Dincer wrote:
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

I've had this before, and `./install.sh update` solved it, except for on Fedora, I couldn't for the life of me figure out how to use the install script to install dmd (ldc and gdc installed just fine).

Jordan

Reply via email to